mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Persist the disco configuration in MQTT
This commit is contained in:
parent
da551f3385
commit
0e91539457
4 changed files with 19 additions and 1 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -351,6 +351,7 @@ class SomfyShade : public SomfyRemote {
|
|||
bool publish(const char *topic, uint16_t val, bool retain = false);
|
||||
bool publish(const char *topic, bool val, bool retain = false);
|
||||
void publishDisco();
|
||||
void unpublishDisco();
|
||||
};
|
||||
class SomfyGroup : public SomfyRemote {
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue