mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Add dry contact support for IO Remote and Relays #165
This commit is contained in:
parent
87995bf707
commit
bb36ed0f82
9 changed files with 194 additions and 122 deletions
|
|
@ -76,6 +76,7 @@ class EthernetSettings: BaseSettings {
|
|||
bool load();
|
||||
bool save();
|
||||
void print();
|
||||
bool usesPin(uint8_t pin);
|
||||
};
|
||||
class IPSettings: BaseSettings {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue