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

Method get_room_id

docker/MQTTManager/include/switch/switch.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31uint16_t SwitchEntity::get_room_id() {
32 return this->_room_id;
33}
34
35void SwitchEntity::reload_config() {
36 auto switch_entity = database_manager::database.get<database_manager::Entity>(this->_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected