Home
last modified time | relevance | path

Searched refs:SendGeneralSwitch (Results 1 – 9 of 9) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DMultiFun.cpp441 SendGeneralSwitch(2, (*it).first, 255, true, 0, (*it).second.c_str()); in GetRegisters()
446 SendGeneralSwitch(2, (*it).first, 255, false, 0, (*it).second.c_str()); in GetRegisters()
524 SendGeneralSwitch(0x21, (*it).first, 255, true, 0, (*it).second.c_str()); in GetRegisters()
529 SendGeneralSwitch(0x21, (*it).first, 255, false, 0, (*it).second.c_str()); in GetRegisters()
H A DOpenWebNetTCP.h69 …void SendGeneralSwitch(const int NodeID, const uint8_t ChildID, const int BatteryLevel, const int …
H A DTTNMQTT.cpp526SendGeneralSwitch(DeviceID, channel, BatteryLevel, vSensor["value"].asInt(), 0, DeviceName, rssi); in on_message()
530SendGeneralSwitch(DeviceID, channel, BatteryLevel, vSensor["value"].asInt(), 0, DeviceName, rssi); in on_message()
H A DDomoticzHardware.h98 …void SendGeneralSwitch(const int NodeID, const int ChildID, const int BatteryLevel, const uint8_t …
H A DOpenWebNetTCP.cpp797 void COpenWebNetTCP::SendGeneralSwitch(const int NodeID, const uint8_t ChildID, const int BatteryLe… in SendGeneralSwitch() function in COpenWebNetTCP
887 SendGeneralSwitch(NodeID, iInterface, BatteryLevel, cmd, level, devname); in UpdateBlinds()
923 SendGeneralSwitch(NodeID, iInterface, BatteryLevel, cmnd, 0, devname); in UpdateCenPlus()
998 SendGeneralSwitch(NodeID, iInterface, BatteryLevel, cmnd, level, devname); in UpdateSwitch()
H A DSatelIntegra.cpp762 SendGeneralSwitch(Idx, 1, 255, state ? gswitch_sOn : gswitch_sOff, 0, ""); in ReportOutputState()
778 SendGeneralSwitch(Idx, 2, 255, isArm ? gswitch_sOn : gswitch_sOff, 0, ""); in ReportArmState()
H A DDenkoviDevices.cpp1567 SendGeneralSwitch(DIOType_AO, Idx, 255, (tmpValue > 0) ? true : false, (uint8_t)val, name); in GetMeterDetails()
1663SendGeneralSwitch(DIOType_PWM, Idx, 255, (tmpValue > 0) ? true : false, (uint8_t)tmpValue, name); in GetMeterDetails()
H A DDomoticzHardware.cpp959 void CDomoticzHardwareBase::SendGeneralSwitch(const int NodeID, const int ChildID, const int Batter… in SendGeneralSwitch() function in CDomoticzHardwareBase
H A DEnOceanESP3.cpp2009 SendGeneralSwitch(id, DATA_BYTE0, battery, 1, 0, "Switch", 12); in ParseRadioDatagram()