Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
bool ButtonEntity::can_toggle() {
103
return true;
104
}
105
106
void ButtonEntity::toggle() {
107
this->send_state_update_to_controller();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected