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

Method get_icon

docker/MQTTManager/include/button/button.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110std::string_view ButtonEntity::get_icon() {
111 return EntityIcons::entity_icon_button;
112}
113
114uint16_t ButtonEntity::get_icon_color() {
115 return GUI_Colors::icon_color_off;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected