ilcato / homebridge-Fibaro-HC2

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)
Apache License 2.0
67 stars 27 forks source link

executeDeviceAction #189

Closed odenisenko-zz closed 4 years ago

odenisenko-zz commented 4 years ago

hey, dear!

as i can see fibaro change parameters for calling of subj image

more than! you can't pass null as body anymore

            let body = param != undefined ? JSON.stringify({
                  "args": param
            }) : null;
[5/1/2020, 5:24:47 AM] [FibaroHC2] Setting value to device:  1189  parameter: On
[5/1/2020, 5:24:47 AM] [FibaroHC2] There was a problem sending command  turnOn to 1189
[5/1/2020, 5:24:54 AM] [FibaroHC2] Setting value to device:  1189  parameter: On
[5/1/2020, 5:24:54 AM] [FibaroHC2] There was a problem sending command  turnOff to 1189
ilcato commented 4 years ago

@odenisenko, please check with homebridge-fibaro-hc2@2.3.3 version.