Home
last modified time | relevance | path

Searched refs:NTYPE_AMPERE1 (Results 1 – 4 of 4) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXNames.h231 NTYPE_AMPERE1, enumerator
H A DRFXNames.cpp353 { NTYPE_AMPERE1, "Ampere 1", "1" }, in Notification_Type_Desc()
393 { NTYPE_AMPERE1, "Ampere" }, in Notification_Type_Label()
H A DWebServer.cpp5880 root["result"][ii]["val"] = NTYPE_AMPERE1; in HandleCommand()
5881 root["result"][ii]["text"] = Notification_Type_Desc(NTYPE_AMPERE1, 0); in HandleCommand()
5882 root["result"][ii]["ptag"] = Notification_Type_Desc(NTYPE_AMPERE1, 1); in HandleCommand()
5895 root["result"][ii]["val"] = NTYPE_AMPERE1; in HandleCommand()
5896 root["result"][ii]["text"] = Notification_Type_Desc(NTYPE_AMPERE1, 0); in HandleCommand()
5897 root["result"][ii]["ptag"] = Notification_Type_Desc(NTYPE_AMPERE1, 1); in HandleCommand()
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationHelper.cpp745 std::string signamp1 = Notification_Type_Desc(NTYPE_AMPERE1, 1); in CheckAndHandleAmpere123Notification()
778 ltype = Notification_Type_Desc(NTYPE_AMPERE1, 0); in CheckAndHandleAmpere123Notification()