Skip to content

Commit

Permalink
Container: add HTML configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
klew committed Dec 30, 2024
1 parent 2656e35 commit 64a3226
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/supla/element_with_channel_actions.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@ class ElementWithChannelActions : public Element, public LocalAction {
virtual void fillChannelConfig(void *channelConfig, int *size);
virtual void fillChannelOcrConfig(void *channelConfig, int *size);

void triggerSetChannelConfig();

protected:
virtual bool hasOcrConfig() const;
virtual bool isOcrConfigMissing() const;
virtual void clearOcrConfig();
void triggerSetChannelConfig();
Supla::ChannelConfigState channelConfigState =
Supla::ChannelConfigState::None;
bool configFinishedReceived = false;
Expand Down
Loading

0 comments on commit 64a3226

Please sign in to comment.