| 29 | } |
| 30 | |
| 31 | uint16_t SwitchEntity::get_room_id() { |
| 32 | return this->_room_id; |
| 33 | } |
| 34 | |
| 35 | void SwitchEntity::reload_config() { |
| 36 | auto switch_entity = database_manager::database.get<database_manager::Entity>(this->_id); |
nothing calls this directly
no outgoing calls
no test coverage detected