Skip to content
Snippets Groups Projects
Commit 4b5214f5 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Fixed imporved description of RootDevice

parent 88f69973
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ You can find further Information here: ...@@ -24,7 +24,7 @@ You can find further Information here:
## Changes in 2.0 ## Changes in 2.0
- Introduced RootDevice to handle - Introduced RootDevice to support hierarchical embedded devices.
- Added new data types (byte, float, array, enum, date, time, datetime, blob, uri) - Added new data types (byte, float, array, enum, date, time, datetime, blob, uri)
- Added ``readable`` and ``eventable`` to data points. - Added ``readable`` and ``eventable`` to data points.
- Added otional ``<SerialNumber>``, ``<VendorURL>`` and ``<FirmwareVersion>`` elements to DeviceInfo - Added otional ``<SerialNumber>``, ``<VendorURL>`` and ``<FirmwareVersion>`` elements to DeviceInfo
......
...@@ -64,7 +64,7 @@ A *Domain* can define *ModuleClasses* or *RootDevices* only, or may choose to pr ...@@ -64,7 +64,7 @@ A *Domain* can define *ModuleClasses* or *RootDevices* only, or may choose to pr
<a name="RootDevice"/></a> <a name="RootDevice"/></a>
### RootDevice ### RootDevice
A *RootDevice* is the description of a (physical) device that may contain optional sub-devices. It represents the idea an appliance that is addressable on a Home Area Network where one or more sub-*Devices* provide certain functionalities. A *RootDevice* is the description of a (physical) device that may contain optional embedded sub-devices. It represents the idea an appliance that is addressable on a Home Area Network where one or more sub-*Devices* provide certain functionalities.
An example is a connected power-strip where each of the sockets can be switched on and off individually. The power-strip itself can provide functions such as "all sockets off" and "overall power consumption". An example is a connected power-strip where each of the sockets can be switched on and off individually. The power-strip itself can provide functions such as "all sockets off" and "overall power consumption".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment