add mqtt_publish_stat() for override and timespec changes; add channel_override_clear(); call c_o_c() when Timespec.Clear removes the timespec, as there is no concept of overrides when there is no timespec set
This commit is contained in:
@ -35,5 +35,6 @@ struct mgos_timespec *channel_get_timespec(int idx);
|
||||
int channel_get_total();
|
||||
void channel_handler(int gpio, void *arg);
|
||||
void channel_override_set(int idx);
|
||||
void channel_override_clear(int idx);
|
||||
|
||||
#endif // __MAIN_H
|
||||
|
Reference in New Issue
Block a user