iobroker.device-watcher 2.9.10 → 2.9.11

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/main.js CHANGED
@@ -1173,6 +1173,7 @@ class DeviceWatcher extends utils.Adapter {
1173
1173
  //Get ID of foldername
1174
1174
  case 'tado':
1175
1175
  case 'wifilight':
1176
+ case 'fullybrowserV3':
1176
1177
  deviceName = currDeviceString.slice(currDeviceString.lastIndexOf('.') + 1);
1177
1178
  break;
1178
1179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.device-watcher",
3
- "version": "2.9.10",
3
+ "version": "2.9.11",
4
4
  "description": "Watchdog for devices",
5
5
  "author": {
6
6
  "name": "Christian Behrends",