ZigbeeCommand -> Message
There isn't really anything specifically Zigbee about this type.
This commit is contained in:
parent
12d0ecf0e6
commit
ab6e123efc
3 changed files with 4 additions and 4 deletions
|
|
@ -22,4 +22,4 @@ let generateZigbeeCommand friendlyName targetColor targetBrightness =
|
|||
let topic = $"zigbee2mqtt/{friendlyName}/set"
|
||||
let payload = commandObj.ToJsonString()
|
||||
|
||||
ZigbeeCommand(topic, payload)
|
||||
Message(topic, payload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue