iobroker.device-watcher 2.6.0 → 2.7.0

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: '.state',
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',
@@ -119,6 +131,18 @@ const arrApart = {
119
131
  id: '.Info.hostname4',
120
132
  id2: '.Info.deviceModel',
121
133
  },
134
+ fullyMQTT: {
135
+ Selektor: 'fully-mqtt.*.alive',
136
+ timeSelector: '.alive',
137
+ adapterID: 'fullyMQTT',
138
+ adapter: 'Fully-MQTT',
139
+ rssiState: 'none',
140
+ battery: '.Info.batteryLevel',
141
+ reach: '.alive',
142
+ isLowBat: 'none',
143
+ id: 'none',
144
+ upgrade: 'none',
145
+ },
122
146
  harmony: {
123
147
  Selektor: 'harmony.*.hubConnected',
124
148
  timeSelector: '.activities.currentStatus',
@@ -161,6 +185,8 @@ const arrApart = {
161
185
  isLowBat2: '.LOWBAT_ALARM',
162
186
  stateValue: '.1.STATE',
163
187
  faultReporting: '.4.FAULT_REPORTING',
188
+ hmDNBattery: '.4.BATTERY_STATE',
189
+ upgrade: '.UPDATE_PENDING_ALARM',
164
190
  },
165
191
  homeconnect: {
166
192
  Selektor: 'homeconnect.*.general.connected',