MCPcopy Create free account
hub / github.com/domoticz/domoticz / GetTypeString

Method GetTypeString

main/NotificationSystem.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::string CNotificationSystem::GetTypeString(const int type)
64{
65 if (type < sizeof(typeTable) / sizeof(typeTable[0]))
66 return typeTable[type].name;
67 return "unknown";
68}
69
70std::string CNotificationSystem::GetStatusString(const int status)
71{

Callers 3

ProcessNotificationMethod · 0.80
EvaluateLuaClassicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected