Added shutter motor type and extended frequency range #77

This commit is contained in:
Robert Strouse 2023-06-25 08:48:36 -07:00
parent 415fec020e
commit e54621f171
10 changed files with 90 additions and 19 deletions

View file

@ -48,6 +48,7 @@ enum class shade_types : byte {
blind = 0x01,
drapery = 0x02,
awning = 0x03,
shutter = 0x04
};
enum class tilt_types : byte {
none = 0x00,