From 4b5214f5786a3a861a1ddc83985c5c9de3f3054b Mon Sep 17 00:00:00 2001 From: Andreas Kraft <akr@mheg.org> Date: Wed, 6 May 2015 23:29:02 +0200 Subject: [PATCH] Fixed imporved description of RootDevice --- README.md | 2 +- SDT/schema2.0/docs/SDT_Components.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0474118..b7b9170 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can find further Information here: ## 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 ``readable`` and ``eventable`` to data points. - Added otional ``<SerialNumber>``, ``<VendorURL>`` and ``<FirmwareVersion>`` elements to DeviceInfo diff --git a/SDT/schema2.0/docs/SDT_Components.md b/SDT/schema2.0/docs/SDT_Components.md index f6e3f97..9310ce8 100644 --- a/SDT/schema2.0/docs/SDT_Components.md +++ b/SDT/schema2.0/docs/SDT_Components.md @@ -64,7 +64,7 @@ A *Domain* can define *ModuleClasses* or *RootDevices* only, or may choose to pr <a name="RootDevice"/></a> ### 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". -- GitLab