Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for errors also in the command payload (#173)
For example, trying to set unsupported color temperature will cause such response. This gets ignored at the moment completely, so there is no indication at all why the command caused no effect on the device. > (93) {"smartlife.iot.smartbulb.lightingservice": {"transition_light_state": {"color_temp": 6000}}} < (125) {"smartlife.iot.smartbulb.lightingservice":{"transition_light_state":{"err_code":-10000,"err_msg":"Invalid input argument"}}}
- Loading branch information