Home
last modified time | relevance | path

Searched refs:STYPE_PushOn (Results 1 – 11 of 11) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXNames.h16 STYPE_PushOn, //9 enumerator
H A DRFXNames.cpp309 { STYPE_PushOn, "Push On Button" }, in Switch_Type_Desc()
H A DSQLHelper.cpp4607 || (stype == STYPE_PushOn) in UpdateValueInt()
4765 (switchtype == STYPE_PushOn) || in UpdateValueInt()
H A DWebServer.cpp5593 if (switchtype != STYPE_PushOn) in HandleCommand()
9394 else if (switchtype == STYPE_PushOn) in GetJSonDevices()
H A Dmainworker.cpp13149 if (switchtype != STYPE_PushOn) in SwitchScene()
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationKodi.cpp156 case STYPE_PushOn: in GetIconFile()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DWOL.cpp195 …m_sql.InsertDevice(m_HwdID, szID, 1, pTypeLighting2, sTypeAC, STYPE_PushOn, 1, " ", Name, 12, 255,… in AddNode()
H A DBleBox.cpp1167 …m_sql.InsertDevice(m_HwdID, szIdx.c_str(), 2, pTypeGeneralSwitch, sTypeAC, STYPE_PushOn, 0, "Unava… in AddNode()
1168 …m_sql.InsertDevice(m_HwdID, szIdx.c_str(), 3, pTypeGeneralSwitch, sTypeAC, STYPE_PushOn, 0, "Unava… in AddNode()
H A DUSBtin_MultiblocV8.cpp489 m_HwdID, szIdx, ChildID, pTypeLighting2, sTypeAC, int(STYPE_PushOn), defaultname.c_str() ); in InsertUpdateControlSwitch()
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A DPythonObjects.cpp475 SwitchType = STYPE_PushOn; in maptypename()
H A DPlugins.cpp2107 case STYPE_PushOn: in GetIconFile()