| 26 | } |
| 27 | |
| 28 | uint16_t ButtonEntity::get_room_id() { |
| 29 | return this->_room_id; |
| 30 | } |
| 31 | |
| 32 | void ButtonEntity::reload_config() { |
| 33 | std::lock_guard<std::mutex> lock_guard(this->_entity_data_mutex); |
nothing calls this directly
no outgoing calls
no test coverage detected