Added functionality for euro lift tilt mechanisms.

This commit is contained in:
Robert Strouse 2023-09-28 18:25:09 -07:00
parent 93656f9478
commit 1cb9746cc8
8 changed files with 66 additions and 22 deletions

View file

@ -66,6 +66,7 @@ enum class tilt_types : byte {
tiltmotor = 0x01,
integrated = 0x02,
tiltonly = 0x03,
euromode = 0x04
};
String translateSomfyCommand(const somfy_commands cmd);
somfy_commands translateSomfyCommand(const String& string);