Hi
when I change the value for Temp on ios it updates the value of the Item but does not send the
new value to the bus.
in the code it uses setstate and lights it uses send.
Also the error for the target mode is confusing:
Unrecognized heating cooling target mode: NULL. Expected cool, heat, auto, or off strings in value.
because it expects “Off” (not off / OFF) and HeatOn (not heat)
I also can confirm issue #929 on Github
bye Travis