iobroker.device-watcher 2.10.5 → 2.11.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/README.md CHANGED
@@ -189,6 +189,10 @@ It's possible to select:
189
189
  Placeholder for the next version (at the beginning of the line):
190
190
  ### **WORK IN PROGRESS**
191
191
  -->
192
+ ### 2.11.0 (2024-03-18)
193
+
194
+ - (ciddi89) Added [#323](https://github.com/ciddi89/ioBroker.device-watcher/issues/323): Support for Ring Cameras
195
+
192
196
  ### 2.10.5 (2024-02-29)
193
197
 
194
198
  - (ciddi89) Fixed [#262](https://github.com/ciddi89/ioBroker.device-watcher/issues/262) & [#292](https://github.com/ciddi89/ioBroker.device-watcher/issues/292): Phantom Messages
@@ -289,6 +289,13 @@
289
289
  lg: 3,
290
290
  label: 'Proxmox',
291
291
  },
292
+ ringDevices: {
293
+ type: 'checkbox',
294
+ sm: 6,
295
+ md: 6,
296
+ lg: 3,
297
+ label: 'Ring',
298
+ },
292
299
  roombaDevices: {
293
300
  type: 'checkbox',
294
301
  sm: 6,
@@ -2215,6 +2222,18 @@
2215
2222
  hidden: '!data.proxmoxDevices',
2216
2223
  hideOnlyControl: false,
2217
2224
  },
2225
+ ringMaxMinutes: {
2226
+ type: 'number',
2227
+ min: -1,
2228
+ max: 100000,
2229
+ sm: 6,
2230
+ md: 6,
2231
+ lg: 3,
2232
+ label: 'Ring',
2233
+ help: 'in minutes',
2234
+ hidden: '!data.ringDevices',
2235
+ hideOnlyControl: false,
2236
+ },
2218
2237
  roombaMaxMinutes: {
2219
2238
  type: 'number',
2220
2239
  min: -1,