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

Method get_type

docker/MQTTManager/include/switch/switch.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61MQTT_MANAGER_ENTITY_TYPE SwitchEntity::get_type() {
62 return MQTT_MANAGER_ENTITY_TYPE::SWITCH_ENTITY;
63}
64
65MQTT_MANAGER_ENTITY_CONTROLLER SwitchEntity::get_controller() {
66 return this->_controller;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected