mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Added 80bit step functions to groups #280
This commit is contained in:
parent
e3e843387f
commit
6077052e9b
5 changed files with 20 additions and 8 deletions
2
Somfy.h
2
Somfy.h
|
|
@ -402,7 +402,7 @@ class SomfyGroup : public SomfyRemote {
|
|||
void emitState(const char *evt = "groupState");
|
||||
void emitState(uint8_t num, const char *evt = "groupState");
|
||||
void sendCommand(somfy_commands cmd);
|
||||
void sendCommand(somfy_commands cmd, uint8_t repeat);
|
||||
void sendCommand(somfy_commands cmd, uint8_t repeat, uint8_t stepSize = 0);
|
||||
int8_t p_direction(int8_t dir);
|
||||
bool publish(const char *topic, uint8_t val, bool retain = false);
|
||||
bool publish(const char *topic, int8_t val, bool retain = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue