Home
last modified time | relevance | path

Searched refs:HTYPE_DomoticzInternal (Results 1 – 5 of 5) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXNames.h164 HTYPE_DomoticzInternal, //67 enumerator
H A DSQLHelper.cpp1643 result = safe_query("SELECT ID FROM Hardware WHERE (Type==%d)", HTYPE_DomoticzInternal); in OpenDatabase()
1646 … Mode5, Mode6) VALUES ('Domoticz Internal',1, %d,'',1,'','',0,0,0,0,0,0)", HTYPE_DomoticzInternal); in OpenDatabase()
1647 result = safe_query("SELECT ID FROM Hardware WHERE (Type==%d)", HTYPE_DomoticzInternal); in OpenDatabase()
2767 … Mode5, Mode6) VALUES ('Domoticz Internal',1, %d,'',1,'','',0,0,0,0,0,0)", HTYPE_DomoticzInternal); in OpenDatabase()
H A DRFXNames.cpp236 { HTYPE_DomoticzInternal, "Domoticz Internal interface", "Domoticz" },
H A Dmainworker.cpp1033 case HTYPE_DomoticzInternal: in AddHardwareFromParams()
11342 if (pHardware->HwdType == HTYPE_DomoticzInternal) in SwitchLightInt()
13301 CDomoticzHardwareBase* pHardware = GetHardwareByType(HTYPE_DomoticzInternal); in SetInternalSecStatus()
H A DWebServer.cpp1148 else if (htype == HTYPE_DomoticzInternal) { in Cmd_AddHardware()
1544 else if (htype == HTYPE_DomoticzInternal) { in Cmd_UpdateHardware()
2145 if ((pBaseHardware != NULL) && (pBaseHardware->HwdType == HTYPE_DomoticzInternal)) { in Cmd_DeleteHardware()
11724 if (hType == HTYPE_DomoticzInternal) in RType_Hardware()