Searched refs:SendUVSensor (Results 1 – 12 of 12) sorted by relevance
/dports/www/domoticz/domoticz-2020.2/hardware/ |
H A D | TE923.cpp | 279 SendUVSensor(0, 1, 255, data.uv, "UV"); in GetSensorDetails()
|
H A D | AccuWeather.cpp | 376 SendUVSensor(0, 1, 255, UV, "UV"); in GetMeterDetails()
|
H A D | DarkSky.cpp | 341 SendUVSensor(0, 1, 255, UV, "UV Index"); in GetMeterDetails()
|
H A D | DomoticzHardware.h | 113 …void SendUVSensor(const int NodeID, const int ChildID, const int BatteryLevel, const float UVI, co…
|
H A D | DavisLoggerSerial.cpp | 495 SendUVSensor(0, 1, 255, UV, "UV"); in HandleLoopData()
|
H A D | Meteostick.cpp | 428 CDomoticzHardwareBase::SendUVSensor(0, ID, 255, UV, "UV"); in ParseLine()
|
H A D | Wunderground.cpp | 408 SendUVSensor(0, 1, 255, UV, "UV"); in GetMeterDetails()
|
H A D | RFLinkBase.cpp | 1032 SendUVSensor(Node_ID, Child_ID, BatteryLevel, uv, tmp_Name); in ParseLine()
|
H A D | ZWaveBase.cpp | 520 …SendUVSensor(pDevice->nodeID, pDevice->instanceID, BatLevel, pDevice->floatValue, (!pDevice->label… in SendDevice2Domoticz()
|
H A D | DomoticzHardware.cpp | 980 void CDomoticzHardwareBase::SendUVSensor(const int NodeID, const int ChildID, const int BatteryLeve… in SendUVSensor() function in CDomoticzHardwareBase
|
H A D | MySensorsBase.cpp | 957 …SendUVSensor(pChild->nodeID, pChild->childID, pChild->batValue, floatValue, (!pChild->childName.em… in SendSensor2Domoticz()
|
/dports/www/domoticz/domoticz-2020.2/main/ |
H A D | mainworker.cpp | 11064 pRFXDevice->SendUVSensor(windID, 1, BatteryLevel, UV, procResult.DeviceName, SignalLevel); in decode_Weather()
|