scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
19 stars 17 forks source link

update CeilingFan class #62

Closed scumbug closed 1 year ago

scumbug commented 1 year ago

Here's my implementation of the CeilingFan class. Not really sure if the buzzer function is needed but wrote it in anyway

Uses setMessages method instead of the regular setMessage as device requires multiple EPCs sent to set fan speed, fan direction as well as fan fluctuation mode

related issue: https://github.com/scottyphillips/echonetlite_homeassistant/issues/142

scottyphillips commented 1 year ago

Thanks very much for your contribution!