Home
last modified time | relevance | path

Searched refs:CURRENT_ENERGY (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp9064 sprintf(szTmp, "%d", (pResponse->CURRENT_ENERGY.id1 * 256) + pResponse->CURRENT_ENERGY.id2); in decode_Current_Energy()
9071 …float CurrentChannel1 = float((pResponse->CURRENT_ENERGY.ch1h * 256) + pResponse->CURRENT_ENERGY.c… in decode_Current_Energy()
9072 …float CurrentChannel2 = float((pResponse->CURRENT_ENERGY.ch2h * 256) + pResponse->CURRENT_ENERGY.c… in decode_Current_Energy()
9073 …float CurrentChannel3 = float((pResponse->CURRENT_ENERGY.ch3h * 256) + pResponse->CURRENT_ENERGY.c… in decode_Current_Energy()
9077 if (pResponse->CURRENT_ENERGY.count != 0) in decode_Current_Energy()
9102 pResponse->CURRENT_ENERGY.total6 in decode_Current_Energy()
9153 …sprintf(szTmp, "ID = %d", (pResponse->CURRENT_ENERGY.id1 * 256) + pResponse->CURRENT_EN… in decode_Current_Energy()
9158 …ampereChannel1 = float((pResponse->CURRENT_ENERGY.ch1h * 256) + pResponse->CURRENT_ENERGY.ch1l) / … in decode_Current_Energy()
9159 …ampereChannel2 = float((pResponse->CURRENT_ENERGY.ch2h * 256) + pResponse->CURRENT_ENERGY.ch2l) / … in decode_Current_Energy()
9160 …ampereChannel3 = float((pResponse->CURRENT_ENERGY.ch3h * 256) + pResponse->CURRENT_ENERGY.ch3l) / … in decode_Current_Energy()
[all …]
H A DRFXtrx.h2416 } CURRENT_ENERGY; member
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DHardwareCereal.h1296 _tR_CURRENT_ENERGY CURRENT_ENERGY; member