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

Method get_room_id

docker/MQTTManager/include/button/button.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28uint16_t ButtonEntity::get_room_id() {
29 return this->_room_id;
30}
31
32void ButtonEntity::reload_config() {
33 std::lock_guard<std::mutex> lock_guard(this->_entity_data_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected