Home
last modified time | relevance | path

Searched refs:SendUVSensor (Results 1 – 12 of 12) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTE923.cpp279 SendUVSensor(0, 1, 255, data.uv, "UV"); in GetSensorDetails()
H A DAccuWeather.cpp376 SendUVSensor(0, 1, 255, UV, "UV"); in GetMeterDetails()
H A DDarkSky.cpp341 SendUVSensor(0, 1, 255, UV, "UV Index"); in GetMeterDetails()
H A DDomoticzHardware.h113 …void SendUVSensor(const int NodeID, const int ChildID, const int BatteryLevel, const float UVI, co…
H A DDavisLoggerSerial.cpp495 SendUVSensor(0, 1, 255, UV, "UV"); in HandleLoopData()
H A DMeteostick.cpp428 CDomoticzHardwareBase::SendUVSensor(0, ID, 255, UV, "UV"); in ParseLine()
H A DWunderground.cpp408 SendUVSensor(0, 1, 255, UV, "UV"); in GetMeterDetails()
H A DRFLinkBase.cpp1032 SendUVSensor(Node_ID, Child_ID, BatteryLevel, uv, tmp_Name); in ParseLine()
H A DZWaveBase.cpp520SendUVSensor(pDevice->nodeID, pDevice->instanceID, BatLevel, pDevice->floatValue, (!pDevice->label… in SendDevice2Domoticz()
H A DDomoticzHardware.cpp980 void CDomoticzHardwareBase::SendUVSensor(const int NodeID, const int ChildID, const int BatteryLeve… in SendUVSensor() function in CDomoticzHardwareBase
H A DMySensorsBase.cpp957SendUVSensor(pChild->nodeID, pChild->childID, pChild->batValue, floatValue, (!pChild->childName.em… in SendSensor2Domoticz()
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp11064 pRFXDevice->SendUVSensor(windID, 1, BatteryLevel, UV, procResult.DeviceName, SignalLevel); in decode_Weather()