Searched refs:SendCurrentSensor (Results 1 – 8 of 8) sorted by relevance
/dports/www/domoticz/domoticz-2020.2/hardware/ |
H A D | GoodweAPI.cpp | 185 void GoodweAPI::SendCurrentSensor(const int NodeID, const uint8_t ChildID, const int /*BatteryLevel… in SendCurrentSensor() function in GoodweAPI 468 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L1, 255, fCurrentPhase1, in ParseDevice() 476 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L2, 255, fCurrentPhase2, in ParseDevice() 482 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_L3, 255, fCurrentPhase3, in ParseDevice() 488 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_S1, 255, fCurrentString1, in ParseDevice() 496 SendCurrentSensor(NodeID, (uint8_t)ChildID + IDX_CUR_S2, 255, fCurrentString2, in ParseDevice()
|
H A D | SolarMaxTCP.cpp | 344 SendCurrentSensor(4, 255, amps, 0, 0, "DC current"); in ParseLine() 350 SendCurrentSensor(5, 255, amps, 0, 0, "AC current"); in ParseLine()
|
H A D | GoodweAPI.h | 18 void SendCurrentSensor(const int NodeID, const uint8_t ChildID, const int BatteryLevel,
|
H A D | TeleinfoBase.cpp | 287 SendCurrentSensor(m_HwdID + rank, 255, (float)teleinfo.IINST, 0, 0, name + " Courant"); in ProcessTeleinfo() 292 …SendCurrentSensor(m_HwdID + rank, 255, (float)teleinfo.IINST1, (float)teleinfo.IINST2, (float)tele… in ProcessTeleinfo()
|
H A D | DomoticzHardware.h | 100 …void SendCurrentSensor(const int NodeID, const int BatteryLevel, const float Current1, const float…
|
H A D | RFLinkBase.cpp | 1099 SendCurrentSensor(ID, BatteryLevel, current, current2, current3, tmp_Name); in ParseLine() 1103 SendCurrentSensor(ID, BatteryLevel, current, 0, 0, tmp_Name); in ParseLine()
|
H A D | DomoticzHardware.cpp | 757 void CDomoticzHardwareBase::SendCurrentSensor(const int NodeID, const int BatteryLevel, const float… in SendCurrentSensor() function in CDomoticzHardwareBase
|
H A D | MySensorsBase.cpp | 969 …SendCurrentSensor(cNode, pChild->batValue, floatValue, 0, 0, (!pChild->childName.empty()) ? pChild… in SendSensor2Domoticz()
|