Add second remote
This commit is contained in:
parent
48c58b610c
commit
8cde891ba2
8 changed files with 51 additions and 11 deletions
|
|
@ -15,8 +15,7 @@ let generateStateCommand state light =
|
|||
| On -> "ON"
|
||||
| Off -> "OFF"
|
||||
|
||||
if (lightProps light).Bulb = IkeaBulb then
|
||||
commandObj["transition"] <- 0
|
||||
commandObj["transition"] <- 0
|
||||
|
||||
commandObj.ToJsonString() |> toZigbeeCommand light
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue