Home
last modified time | relevance | path

Searched refs:BatteryLevel (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h89 …void SendWattMeter(const uint8_t NodeID, const uint8_t ChildID, const int BatteryLevel, const floa…
91 …void SendLuxSensor(const uint8_t NodeID, const uint8_t ChildID, const uint8_t BatteryLevel, const …
93 …void SendUsageSensor(const uint8_t NodeID, const uint8_t ChildID, const int BatteryLevel, const fl…
99 …void SendVoltageSensor(const int NodeID, const uint32_t ChildID, const int BatteryLevel, const flo…
102 …void SendWaterflowSensor(const int NodeID, const uint8_t ChildID, const int BatteryLevel, const fl…
109 …void SendPressureSensor(const int NodeID, const int ChildID, const int BatteryLevel, const float p…
110 …void SendSolarRadiationSensor(const unsigned char NodeID, const int BatteryLevel, const float radi…
111 …void SendDistanceSensor(const int NodeID, const int ChildID, const int BatteryLevel, const float d…
116 …void SendSoundSensor(const int NodeID, const int BatteryLevel, const int sLevel, const std::string…
118 …void SendMoistureSensor(const int NodeID, const int BatteryLevel, const int mLevel, const std::str…
[all …]
H A DDomoticzHardware.cpp170 tsen.TEMP.battery_level = BatteryLevel; in SendTempSensor()
189 tsen.HUM.battery_level = BatteryLevel; in SendHumiditySensor()
215 tsen.TEMP_HUM.battery_level = BatteryLevel; in SendTempHumSensor()
238 tsen.TEMP_HUM_BARO.battery_level = BatteryLevel; in SendTempHumBaroSensor()
377 tsen.RAIN.battery_level = BatteryLevel; in SendRainSensor()
434 tsen.RAIN.battery_level = BatteryLevel; in SendRainRateSensor()
589 lmeter.battery_level = BatteryLevel; in SendLuxSensor()
632 SendSwitch(NodeID, ChildID, BatteryLevel, bOn, Level, defaultname); in SendSwitchIfNotExists()
767 tsen.CURRENT.battery_level = BatteryLevel; in SendCurrentSensor()
870 tsen.WIND.battery_level = BatteryLevel; in SendWind()
[all …]
H A DOpenWebNetTCP.h69 …void SendGeneralSwitch(const int NodeID, const uint8_t ChildID, const int BatteryLevel, const int …
70 …ho, const int where, const int Level, const int iInterface, const int BatteryLevel, const char *de…
71 … const int Command, const int iInterface, const int iLevel, const int BatteryLevel, const char *de…
72 …st int Command, const char *sCommand, const int iInterface, const int BatteryLevel, const char *de…
73 … const int iAppValue, const int what, const int iInterface, const int BatteryLevel, const char* de…
74 …int who, const int where, float fval, const int iInterface, const int BatteryLevel, const char *de…
76 …nt who, const int where, double fval, const int iInterface, const int BatteryLevel, const char *de…
77 …nt who, const int where, double fval, const int iInterface, const int BatteryLevel, const char *de…
78 …who, const int where, const int what, const int iInterface, const int BatteryLevel, const char* de…
H A DRFLinkBase.cpp597 gswitch.battery_level = BatteryLevel; in SendSwitchInt()
797 int BatteryLevel = 255; in ParseLine() local
853 BatteryLevel = (tmpstr == "OK") ? 100 : 0; in ParseLine()
1010 SendTempHumSensor(ID, BatteryLevel, temp, humidity, tmp_Name); in ParseLine()
1014 SendTempSensor(ID, BatteryLevel, temp, tmp_Name); in ParseLine()
1018 SendHumiditySensor(ID, BatteryLevel, humidity, tmp_Name); in ParseLine()
1027 SendLuxSensor(Node_ID, Child_ID, BatteryLevel, lux, tmp_Name); in ParseLine()
1032 SendUVSensor(Node_ID, Child_ID, BatteryLevel, uv, tmp_Name); in ParseLine()
1037 SendRainSensor(ID, BatteryLevel, float(raincounter), tmp_Name); in ParseLine()
1065 SendSoundSensor(ID, BatteryLevel, sound, tmp_Name); in ParseLine()
[all …]
H A DTTNMQTT.cpp405 int BatteryLevel = 255; // BatteryLevel is not measured, but needs to be provided in on_message() local
526 … SendGeneralSwitch(DeviceID, channel, BatteryLevel, vSensor["value"].asInt(), 0, DeviceName, rssi); in on_message()
534 … SendCustomSensor(DeviceID, channel, BatteryLevel, vSensor["value"].asFloat(), DeviceName, type); in on_message()
538 … SendCustomSensor(DeviceID, channel, BatteryLevel, vSensor["value"].asFloat(), DeviceName, type); in on_message()
542 … SendCustomSensor(DeviceID, channel, BatteryLevel, vSensor["value"].asFloat(), DeviceName, type); in on_message()
546 SendLuxSensor(DeviceID, channel, BatteryLevel, vSensor["value"].asFloat(), DeviceName); in on_message()
592 SendTempHumSensor(DeviceID, BatteryLevel, temp, (int)rint(hum), DeviceName, rssi); in on_message()
596 SendTempBaroSensor(DeviceID, BatteryLevel, temp, baro, DeviceName); in on_message()
602 SendTempSensor(DeviceID, BatteryLevel, temp, DeviceName, rssi); in on_message()
606 SendHumiditySensor(DeviceID, BatteryLevel, (int)rint(hum), DeviceName, rssi); in on_message()
[all …]
H A DOpenWebNetTCP.cpp665 …int who, const int where, float fval, const int iInterface, const int BatteryLevel, const char *de… in UpdateTemp() argument
675 SendTempSensor(cnode, BatteryLevel, fval, devname); in UpdateTemp()
729 …nt who, const int where, double fval, const int iInterface, const int BatteryLevel, const char *de… in UpdatePower() argument
739 SendKwhMeter(NodeId, where, BatteryLevel, fval, (energy / 1000.), devname); in UpdatePower()
746 …nt who, const int where, double fval, const int iInterface, const int BatteryLevel, const char *de… in UpdateEnergy() argument
756 SendKwhMeter(NodeId, where, BatteryLevel, usage, fval, devname); in UpdateEnergy()
794 SendAlertSensor(NodeID, BatteryLevel, Command, sCommand, devname); in UpdateAlarm()
808 sDecodeRXMessage(this, (const unsigned char*)& gSwitch, defaultname.c_str(), BatteryLevel); in SendGeneralSwitch()
887 SendGeneralSwitch(NodeID, iInterface, BatteryLevel, cmd, level, devname); in UpdateBlinds()
923 SendGeneralSwitch(NodeID, iInterface, BatteryLevel, cmnd, 0, devname); in UpdateCenPlus()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotwireless/source/model/
H A DBatteryLevel.cpp28 BatteryLevel GetBatteryLevelForName(const Aws::String& name) in GetBatteryLevelForName()
33 return BatteryLevel::normal; in GetBatteryLevelForName()
37 return BatteryLevel::low; in GetBatteryLevelForName()
41 return BatteryLevel::critical; in GetBatteryLevelForName()
47 return static_cast<BatteryLevel>(hashCode); in GetBatteryLevelForName()
50 return BatteryLevel::NOT_SET; in GetBatteryLevelForName()
53 Aws::String GetNameForBatteryLevel(BatteryLevel enumValue) in GetNameForBatteryLevel()
57 case BatteryLevel::normal: in GetNameForBatteryLevel()
59 case BatteryLevel::low: in GetNameForBatteryLevel()
61 case BatteryLevel::critical: in GetNameForBatteryLevel()
H A DSidewalkDeviceMetadata.cpp24 m_batteryLevel(BatteryLevel::NOT_SET), in SidewalkDeviceMetadata()
36 m_batteryLevel(BatteryLevel::NOT_SET), in SidewalkDeviceMetadata()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iotwireless/types/
H A Denums.go5 type BatteryLevel string type
9 BatteryLevelNormal BatteryLevel = "normal"
10 BatteryLevelLow BatteryLevel = "low"
11 BatteryLevelCritical BatteryLevel = "critical"
17 func (BatteryLevel) Values() []BatteryLevel {
18 return []BatteryLevel{
H A Dtypes.go446 BatteryLevel BatteryLevel member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/iotwireless/types/
H A Denums.go5 type BatteryLevel string type
9 BatteryLevelNormal BatteryLevel = "normal"
10 BatteryLevelLow BatteryLevel = "low"
11 BatteryLevelCritical BatteryLevel = "critical"
17 func (BatteryLevel) Values() []BatteryLevel {
18 return []BatteryLevel{
H A Dtypes.go446 BatteryLevel BatteryLevel member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/iotwireless/types/
H A Denums.go5 type BatteryLevel string type
9 BatteryLevelNormal BatteryLevel = "normal"
10 BatteryLevelLow BatteryLevel = "low"
11 BatteryLevelCritical BatteryLevel = "critical"
17 func (BatteryLevel) Values() []BatteryLevel {
18 return []BatteryLevel{
H A Dtypes.go446 BatteryLevel BatteryLevel member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/iotwireless/types/
H A Denums.go5 type BatteryLevel string type
9 BatteryLevelNormal BatteryLevel = "normal"
10 BatteryLevelLow BatteryLevel = "low"
11 BatteryLevelCritical BatteryLevel = "critical"
17 func (BatteryLevel) Values() []BatteryLevel {
18 return []BatteryLevel{
H A Dtypes.go456 BatteryLevel BatteryLevel member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/iotwireless/types/
H A Denums.go5 type BatteryLevel string type
9 BatteryLevelNormal BatteryLevel = "normal"
10 BatteryLevelLow BatteryLevel = "low"
11 BatteryLevelCritical BatteryLevel = "critical"
17 func (BatteryLevel) Values() []BatteryLevel {
18 return []BatteryLevel{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotwireless/include/aws/iotwireless/model/
H A DSidewalkDeviceMetadata.h66 inline const BatteryLevel& GetBatteryLevel() const{ return m_batteryLevel; } in GetBatteryLevel()
76 …inline void SetBatteryLevel(const BatteryLevel& value) { m_batteryLevelHasBeenSet = true; m_batter… in SetBatteryLevel()
81 …inline void SetBatteryLevel(BatteryLevel&& value) { m_batteryLevelHasBeenSet = true; m_batteryLeve… in SetBatteryLevel()
86 …inline SidewalkDeviceMetadata& WithBatteryLevel(const BatteryLevel& value) { SetBatteryLevel(value… in WithBatteryLevel()
91 …inline SidewalkDeviceMetadata& WithBatteryLevel(BatteryLevel&& value) { SetBatteryLevel(std::move(… in WithBatteryLevel()
160 BatteryLevel m_batteryLevel;
H A DBatteryLevel.h16 enum class BatteryLevel enum
26 AWS_IOTWIRELESS_API BatteryLevel GetBatteryLevelForName(const Aws::String& name);
28 AWS_IOTWIRELESS_API Aws::String GetNameForBatteryLevel(BatteryLevel value);
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp2031 rxMessage.BatteryLevel = BatteryLevel; in CheckAndPushRxMessage()
3456 BatteryLevel = 0; in decode_Temp()
3458 BatteryLevel = 100; in decode_Temp()
3467 BatteryLevel = 255; in decode_Temp()
3616 BatteryLevel = 0; in decode_Hum()
3618 BatteryLevel = 100; in decode_Hum()
3948 BatteryLevel = 0; in decode_TempHumBaro()
4130 BatteryLevel = 100; in decode_TempBaro()
4227 BatteryLevel = 0; in decode_TempRain()
4314 BatteryLevel = 0; in decode_UV()
[all …]
H A Dmainworker.h52 …rdwareBase *pHardware, const uint8_t *pRXCommand, const char *defaultName, const int BatteryLevel);
53 …rdwareBase *pHardware, const uint8_t *pRXCommand, const char *defaultName, const int BatteryLevel);
208 int BatteryLevel; member
217 …rdwareBase *pHardware, const uint8_t *pRXCommand, const char *defaultName, const int BatteryLevel);
218 …rdware, const uint8_t *pRXCommand, const char *defaultName, const int BatteryLevel, const bool wai…
219 …rdware, const uint8_t *pRXCommand, const char *defaultName, const int BatteryLevel); //battery lev…
279 …geProcessingResult & procResult, const uint8_t SignalLevel = 12, const uint8_t BatteryLevel = 255);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/linux/powermanagement/
H A DUPowerSyscall.cpp38 double CUPowerSource::BatteryLevel() in BatteryLevel() function in CUPowerSource
124 int CUPowerSyscall::BatteryLevel() in BatteryLevel() function in CUPowerSyscall
136 subCapacity += itr.BatteryLevel(); in BatteryLevel()
H A DUPowerSyscall.h25 double BatteryLevel();
45 int BatteryLevel() override;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_DeviceInfo.cpp31 BlocksProtocol::BlockName n, BlocksProtocol::BatteryLevel level, in DeviceInfo()
44 BlocksProtocol::BatteryLevel batteryLevel;
/dports/www/domoticz/domoticz-2020.2/hardware/PhilipsHue/
H A DPhilipsHue.h68 …int8_t Unitcode, const uint8_t selectorLevel, const std::string& Name, const uint8_t BatteryLevel);
69 …, const _eSwitchType SType, const bool bIsOn, const std::string &Name, const uint8_t BatteryLevel);

12345678910>>...23