Home
last modified time | relevance | path

Searched refs:InsertUpdateSwitch (Results 1 – 8 of 8) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DXiaomiGateway.cpp1145 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, on, type, unitcode, level, cmd, "", "", battery… in handle_receive()
1150 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, on, type, unitcode, level, cmd, load_power, pow… in handle_receive()
1154 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, on, type, unitcode, level, cmd, "", "", battery… in handle_receive()
1158 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, on, type, unitcode, level, cmd, "", "", battery… in handle_receive()
1186 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, state, type, unitcode, 0, cmd, "", "", battery); in handle_receive()
1191 …TrueGateway->InsertUpdateSwitch(sid.c_str(), name, state, type, unitcode, 0, cmd, "", "", battery); in handle_receive()
1258 …TrueGateway->InsertUpdateSwitch(sid.c_str(), NAME_GATEWAY_SOUND_DOORBELL, false, STYPE_Selector, 5… in handle_receive()
1259 …TrueGateway->InsertUpdateSwitch(sid.c_str(), NAME_GATEWAY_SOUND_MP3, false, STYPE_OnOff, 6, 0, cmd… in handle_receive()
1309 …TrueGateway->InsertUpdateSwitch(sid.c_str(), NAME_GATEWAY_SOUND_ALARM_CLOCK, false, STYPE_Selector… in handle_receive()
1310 …TrueGateway->InsertUpdateSwitch(sid.c_str(), NAME_GATEWAY_SOUND_DOORBELL, false, STYPE_Selector, 5… in handle_receive()
[all …]
H A DArilux.h12 void InsertUpdateSwitch(const std::string name, const int switchType, const std::string location);
H A DArilux.cpp84 void Arilux::InsertUpdateSwitch(const std::string lightName, const int subType, const std::string l… in InsertUpdateSwitch() function in Arilux
235 …Arilux.InsertUpdateSwitch(sname, (stype == "0") ? sTypeColor_RGB : sTypeColor_RGB_W_Z, sipaddress); in Cmd_AddArilux()
H A DYeelight.h14 void InsertUpdateSwitch(
H A DYeelight.cpp126 void Yeelight::InsertUpdateSwitch(const std::string &nodeID, const std::string &lightName, const in… in InsertUpdateSwitch() function in Yeelight
593 …yeelight.InsertUpdateSwitch(yeelightId, yeelightName, sType, yeelightLocation, bIsOn, yeelightBrig… in HandleIncoming()
621 …yeelight.InsertUpdateSwitch("123", sname, (stype == "0") ? sTypeColor_White : sTypeColor_RGB_W, si… in Cmd_AddYeeLight()
H A DXiaomiGateway.h31 …void InsertUpdateSwitch(const std::string &nodeid, const std::string &Name, const bool bIsOn, cons…
/dports/www/domoticz/domoticz-2020.2/hardware/PhilipsHue/
H A DPhilipsHue.h69 …void InsertUpdateSwitch(const int NodeID, const uint8_t Unitcode, const _eSwitchType SType, const …
H A DPhilipsHue.cpp1123InsertUpdateSwitch(sID, unitcode, STYPE_Motion, current_sensor.m_state.m_presence, device_name, cu… in GetSensors()
1131InsertUpdateSwitch(sID, unitcode, STYPE_Motion, current_sensor.m_state.m_presence, device_name, cu… in GetSensors()
1147InsertUpdateSwitch(sID, unitcode, STYPE_Dusk, current_sensor.m_state.m_dark, device_name, current_… in GetSensors()
1197 void CPhilipsHue::InsertUpdateSwitch(const int NodeID, const uint8_t Unitcode, const _eSwitchType S… in InsertUpdateSwitch() function in CPhilipsHue