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

Method GetStatusString

main/NotificationSystem.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::string CNotificationSystem::GetStatusString(const int status)
71{
72 if (status < sizeof(statusTable) / sizeof(statusTable[0]))
73 return statusTable[status].name;
74 return "unknown";
75}
76
77void CNotificationSystem::QueueThread()
78{

Callers 2

EvaluateLuaClassicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected