RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
241 stars 112 forks source link

Fixed the compatibility issue with Arduino IOT Cloud #68

Open kindofn0pe opened 1 year ago

kindofn0pe commented 1 year ago

Hi,

I came across this situation where I had to use the dimmer with iot cloud and noticed that there is a minor issue regarding the ON_OFF typedef. I just renamed the ON/OFF states to RBD_ON/RBD_OFF everywhere was required and changed the english readme.

Regards