konsumer / tplink-lightbulb

Control TP-Link smart lightbulbs from nodejs
MIT License
190 stars 32 forks source link

Ability to change LED status light #49

Closed migte closed 4 years ago

migte commented 4 years ago

You can now power on or off the status lights on TP-Link devices (only tested this with the HS100)

migte commented 4 years ago

Also tested this with the HS200 and the HS210, works as well. As it seems to be a standard in any device with a status led, I'd assume it works on all of them.

konsumer commented 4 years ago

related to #21

konsumer commented 4 years ago

hmm, just noticed it still has this stuff:

  }, {
    key: "led",
    value
    }

Again, it seems like this came from babel or something. I think it is breaking the class. I will clean it up.