MCPcopy Create free account
hub / github.com/NSPManager/NSPanelManager / can_toggle

Method can_toggle

docker/MQTTManager/include/button/button.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool ButtonEntity::can_toggle() {
103 return true;
104}
105
106void ButtonEntity::toggle() {
107 this->send_state_update_to_controller();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected