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