Home
last modified time | relevance | path

Searched refs:metervalue (Results 1 – 2 of 2) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h112 …nst int NodeID, const int ChildID, const int BatteryLevel, const float metervalue, const std::stri…
H A DDomoticzHardware.cpp561 …nst int NodeID, const int ChildID, const int BatteryLevel, const float metervalue, const std::stri… in SendMeterSensor() argument
563 unsigned long counter = (unsigned long)(metervalue * 1000.0f); in SendMeterSensor()