I am seeing fans in my driver that show support for TurnUpLightOn
and TurnDownLightOn
even if you delete one of those buttons from the remote. This causes the driver to show those buttons even though they don’t work. Calling those commands on the API then fails, since they have been deleted. Why do these continue being returned by the API? How can I detect that these are not “fully” supported by this particular device so I can revert to the single light case.
Also, when calling TurnUpLightOff
, do I also need to call TurnDownLightOn
to ensure that one is always set, or is that handled internally to make sure they are never both 0?