| 59 | } |
| 60 | |
| 61 | MQTT_MANAGER_ENTITY_TYPE SwitchEntity::get_type() { |
| 62 | return MQTT_MANAGER_ENTITY_TYPE::SWITCH_ENTITY; |
| 63 | } |
| 64 | |
| 65 | MQTT_MANAGER_ENTITY_CONTROLLER SwitchEntity::get_controller() { |
| 66 | return this->_controller; |
nothing calls this directly
no outgoing calls
no test coverage detected