DrMemCS / drmem

Full source tree for the DrMem control system
MIT License
3 stars 4 forks source link

Add driver for Kasa HS220 WiFi dimmer #66

Closed rneswold closed 1 year ago

rneswold commented 1 year ago

This driver creates two devices: error and brightness. error is a read-only device that indicates whether there was an error communicating with it. brightness is a floating point value ranging between 0 and 100.0.

This device uses the TP-Link protocol, so this driver may be a gateway for other TP-Link devices to be added.