iobroker.device-watcher 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/arrApart.js CHANGED
@@ -98,6 +98,18 @@ const arrApart = {
98
98
  isLowBat: '.battery_low',
99
99
  id: '.name',
100
100
  },
101
+ fhemTFAsensors: {
102
+ Selektor: 'fhem.*.batteryState',
103
+ timeSelector: '.batteryState',
104
+ adapterID: 'fhemTFAsensors',
105
+ adapter: 'FHEM',
106
+ rssiState: 'none',
107
+ battery: 'none',
108
+ reach: 'none',
109
+ isLowBat: '.batteryState',
110
+ id: 'none',
111
+ upgrade: 'none',
112
+ },
101
113
  fritzdect: {
102
114
  Selektor: 'fritzdect.*.present',
103
115
  timeSelector: '.present',
@@ -161,6 +173,7 @@ const arrApart = {
161
173
  isLowBat2: '.LOWBAT_ALARM',
162
174
  stateValue: '.1.STATE',
163
175
  faultReporting: '.4.FAULT_REPORTING',
176
+ hmDNBattery: '.4.BATTERY_STATE',
164
177
  },
165
178
  homeconnect: {
166
179
  Selektor: 'homeconnect.*.general.connected',