Home
last modified time | relevance | path

Searched refs:light2_sGroupOn (Results 1 – 7 of 7) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXNames.cpp1190 case light2_sGroupOn: in GetLightStatus()
2329 cmd = light2_sGroupOn; in GetLightCommand()
2339 cmd = light2_sGroupOn; in GetLightCommand()
2371 cmd = light2_sGroupOn; in GetLightCommand()
H A DRFXtrx.h578 #define light2_sGroupOn 0x4 macro
H A Dmainworker.cpp4892 bool isGroupCommand = ((cmnd == light2_sGroupOff) || (cmnd == light2_sGroupOn)); in decode_Lighting2()
4954 case light2_sGroupOn: in decode_Lighting2()
11480 lcmd.LIGHTING2.cmnd = light2_sGroupOn; in SwitchLightInt()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DOTGWBase.cpp213 else if ((pSen->LIGHTING2.cmnd == light2_sOn) || (pSen->LIGHTING2.cmnd == light2_sGroupOn)) in WriteToHardware()
H A DHEOS.cpp769 case light2_sGroupOn: in WriteToHardware()
H A DLogitechMediaServer.cpp525 case light2_sGroupOn: in WriteToHardware()
H A DEnOceanESP3.cpp1868 tsen.LIGHTING2.cmnd = (Pressed == 1) ? light2_sGroupOn : light2_sGroupOff; in ParseRadioDatagram()