iobroker.devices 1.2.12 → 2.0.2

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.
Files changed (36) hide show
  1. package/README.md +17 -6
  2. package/admin/assets/index-Csa94g2Q.js +845 -0
  3. package/admin/assets/index-pCeIEsc7.css +1 -0
  4. package/admin/assets/ioBrokerLogo-D4L_xR2G.png +0 -0
  5. package/admin/index_m.html +2 -2
  6. package/admin/tab.html +2 -2
  7. package/build/lib/DeviceManagement.js +618 -0
  8. package/build/lib/DeviceManagement.js.map +1 -0
  9. package/build/lib/WidgetsManagement.js +627 -0
  10. package/build/lib/WidgetsManagement.js.map +1 -0
  11. package/build/main.js +53 -0
  12. package/build/main.js.map +1 -0
  13. package/build/widget-utils/WidgetsManagement.js +121 -0
  14. package/build/widget-utils/WidgetsManagement.js.map +1 -0
  15. package/build/widget-utils/index.js +18 -0
  16. package/build/widget-utils/index.js.map +1 -0
  17. package/build/widget-utils/types/api.js +3 -0
  18. package/build/widget-utils/types/api.js.map +1 -0
  19. package/build/widget-utils/types/base.js +3 -0
  20. package/build/widget-utils/types/base.js.map +1 -0
  21. package/build/widget-utils/types/common.js +3 -0
  22. package/build/widget-utils/types/common.js.map +1 -0
  23. package/build/widget-utils/types/index.js +3 -0
  24. package/build/widget-utils/types/index.js.map +1 -0
  25. package/img/ioBrokerLogo.png +0 -0
  26. package/io-package.json +59 -31
  27. package/package.json +27 -15
  28. package/www/assets/index-CmwOqvIb.css +1 -0
  29. package/www/assets/index-DHISOGRL.js +748 -0
  30. package/www/assets/ioBrokerLogo-D4L_xR2G.png +0 -0
  31. package/www/devices.svg +26 -0
  32. package/www/favicon.ico +0 -0
  33. package/www/index.html +30 -0
  34. package/www/manifest.json +15 -0
  35. package/admin/assets/index-CKue6Ph0.css +0 -1
  36. package/admin/assets/index-ChCHYkC8.js +0 -826
package/README.md CHANGED
@@ -17,7 +17,7 @@ Manage and create devices for using it in other adapters like material, iot, mat
17
17
 
18
18
  ![Screen](img/screen.png)
19
19
 
20
- **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting, see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
20
+ **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information on how to disable the error reporting, see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
21
21
 
22
22
  ## ioBroker.devices Adapter User Manual
23
23
 
@@ -46,14 +46,14 @@ The `ioBroker.devices` adapter serves the following purposes:
46
46
 
47
47
  #### Standardization
48
48
  Many adapters like mqtt, knx or similarly deliver data points with different names and structures. This adapter creates a virtual device with a consistent structure, making it easier to manage and visualize devices.
49
- It adds automatically roles, units and names to the states.
49
+ It adds automatic roles, units and names to the states.
50
50
 
51
51
  #### Simplified Maintenance
52
52
  The `ioBroker.devices` adapter allows users to create virtual devices that can be easily remapped to different physical devices.
53
53
  This means that if you change a physical device, you don't need to update your scripts, visualizations or history settings; you just need to remap the data points in the adapter.
54
54
 
55
55
  #### Enhanced Compatibility
56
- The adapter knows how the devices should look like and how to use them. It creates a virtual device with the same structure as the physical device, making it easier to integrate with other adapters.
56
+ The adapter knows what the devices should look like and how to use them. It creates a virtual device with the same structure as the physical device, making it easier to integrate with other adapters.
57
57
 
58
58
  #### User-Friendly
59
59
  The `ioBroker.devices` adapter is designed to be user-friendly, making it accessible for beginners while still offering advanced features for experienced users. The intuitive interface allows users to create and manage virtual devices without needing extensive technical knowledge.
@@ -71,7 +71,7 @@ Open Devices Tab in admin.
71
71
  - Click the "+" button to create a new virtual device.
72
72
  - Enter a Name for the device (e.g., "LivingRoomLight").
73
73
  - Select a Device Type (e.g., Light, Switch, Thermostat) from the predefined list.
74
- - Optionally, assign a Category (e.g., Lighting, Heating) for organization.
74
+ - Optionally, assign a Category (e.g., Lighting, Heating) for the organization.
75
75
 
76
76
  Map Data Points:
77
77
 
@@ -109,7 +109,7 @@ If you created e.g. a temperature device named `Temperature` and provided both s
109
109
 
110
110
  Almost every device type could have additional states (indicators) for battery, connectivity, error and some more else. They are optional, but some adapters (e.g., `material` or `matter`) could interpret it.
111
111
 
112
- For every state, you can provide all settings, that aliases support:
112
+ For every state, you can provide all settings that aliases support:
113
113
  - Different states for read and write
114
114
  - Convert formula for read and write
115
115
 
@@ -123,17 +123,28 @@ Organize Devices: Use categories to group devices (e.g., "Lighting", "Heating")
123
123
  ## Type of devices
124
124
  This adapter is built with the help of `type-detector`. All possible devices could be found [here](https://github.com/ioBroker/ioBroker.type-detector/blob/master/DEVICES.md)
125
125
 
126
+ ## Video
127
+ [![Video](https://img.youtube.com/vi/0Aecm5YAk7M/0.jpg)](https://www.youtube.com/watch?v=0Aecm5YAk7M)
128
+
126
129
  ## Changelog
127
130
  <!--
128
131
  Placeholder for the next version (at the beginning of the line):
129
132
  ### **WORK IN PROGRESS**
130
133
  -->
134
+ ### 2.0.2 (2026-03-23)
135
+ * (@GermanBluefox) Added widgets' visualisation. Now it is possible to create a GUI within the adapter
136
+
137
+ ### 1.2.14 (2026-02-06)
138
+ * (@GermanBluefox) Correcting the scrolling on the touch devices
139
+ * (@GermanBluefox) Fixing a problem with `ACTUAL` state
140
+ * (@GermanBluefox) Correcting the hover effect under safari
141
+
131
142
  ### 1.2.12 (2026-02-04)
132
143
  * (@GermanBluefox) Show in color if fx is not empty
133
144
  * (@GermanBluefox) Added for all text fields the clear button
134
145
 
135
146
  ### 1.2.9 (2025-09-08)
136
- * (@GermanBluefox) Created for new created states of devices the full name and not just last part, like `ACTUAL`
147
+ * (@GermanBluefox) Created for newly created states of devices the full name and not just last part, like `ACTUAL`
137
148
 
138
149
  ### 1.2.8 (2025-07-21)
139
150
  * (@GermanBluefox) Corrected error in GUI