complete iot structure
This commit is contained in:
parent
da277e1e4a
commit
0dfb066a74
10 changed files with 259 additions and 74 deletions
|
@ -18,6 +18,8 @@ class DigitalOutputIoT : public IoTComponent {
|
|||
void registerValueChangeCallback(void (*callback)(uint8_t, bool, uint16_t));
|
||||
void deregisterValueChangeCallback();
|
||||
void publishReport();
|
||||
void subscribe();
|
||||
void loop();
|
||||
uint8_t getType();
|
||||
private:
|
||||
bool digital_outputs_publish_enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue