Skip to content

Commit

Permalink
Add support for RDM002
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored May 4, 2023
1 parent 9a68edb commit 62b954c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BridgeEmulator/services/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@

standardSensors["RWL022"] = standardSensors["RWL021"]
standardSensors["8719514440999"] = standardSensors["8719514440937"]
standardSensors["RDM002"] = standardSensors["8719514440937"]


def getClient():
return client
Expand Down

0 comments on commit 62b954c

Please sign in to comment.