Updated external content (Jenkins build 3161)

pull/2680/head
openHAB Build Server 2026-03-20 14:21:36 +00:00
parent 78c8bda626
commit d45ec8f69e
3 changed files with 67 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -153,16 +153,25 @@ A positive number means the dial was rotated clock-wise, whereas a negative numb
Room and Zone things allow you to control the lights in a given zone or room.
They support the following channels:
| Channel ID | Item Type | Description |
|---------------------|--------------------|-----------------------------------------------------------------------------------|
| brightness | Dimmer | Supports adjusting the brightness or switching the lights on and off. |
| switch | Switch | Supports switching the lights on and off. |
| scene<sup>1)</sup> | String | Setting the string to a valid scene friendly name activates the respective scene. |
| dynamics | Number:Time | The duration of dynamic transitions between light or scene states. |
| alert<sup>1)</sup> | String | This channel allows setting an alert on the lights e.g. flashing them. |
| Channel ID | Item Type | Description |
|--------------------------|--------------------|------------------------------------------------------------------------------------------------------|
| brightness | Dimmer | Supports adjusting the brightness or switching the lights on and off. |
| switch | Switch | Supports switching the lights on and off. |
| scene | String | Setting the string to a valid scene friendly name activates the respective scene. |
| dynamics | Number:Time | The duration of dynamic transitions between light or scene states. |
| alert | String | This channel allows setting an alert on the lights e.g. flashing them. |
| dimming-only | Dimmer | Allows access to the `dimming` parameter of the light(s) only. Has no impact on `on-off` parameter. |
| on-off-only | Switch | Allows access to the `on-off` parameter of the light(s) only. Has no impact on `dimming` parameter. |
| motion | Switch | Shows if motion has been detected by any of the sensors in the group. (Read Only) |
| motion-enabled | Switch | Supports enabling / disabling the grouped motion sensor. (Advanced) |
| motion-last-updated | DateTime | The date and time when the grouped motion value was last updated. (Read Only) (Advanced) |
| light-level | Number:Illuminance | Shows the current amalgamated light level measured by the sensors in the group. (Read Only) |
| light-level-last-updated | DateTime | The date and time when the grouped light level was last updated. (Read Only) (Advanced) |
| light-level-enabled | Switch | Supports enabling / disabling the grouped light level sensor. (Advanced) |
<sup>1)</sup> The scene and alert channels are optional.
If the respective room or zone has no scenes or alerts associated with it, the respective channel will not be shown.
The exact list of channels in a given room or zone is determined at run time when the system is started.
Each room or zone reports its own live list of capabilities, and the respective list of channels is created accordingly.
The channels `dimming-only` and `on-off-only` are _advanced_ channels - see [below](#advanced-channels-for-devices-rooms-and-zones) for more details.
### Channels for MotionAware™ Areas

View File

@ -134,8 +134,8 @@
<bridge-type-ref id="bridge-api2"/>
</supported-bridge-type-refs>
<label>Hue Room Light Group</label>
<description>A group of Hue API v2 lights that are located in a single room.</description>
<label>Hue Room Group</label>
<description>A group of Hue API v2 equipment that are located in a single room.</description>
<channels>
<channel id="brightness" typeId="system.brightness">
@ -160,8 +160,30 @@
<description>Set the on/off parameter of the group of lights in the room without changing other state
parameters.</description>
</channel>
<channel id="motion" typeId="system.motion"/>
<channel id="motion-last-updated" typeId="last-updated-v2">
<label>Motion Last Updated</label>
<description>The date and time when the motion value was last updated.</description>
</channel>
<channel id="motion-enabled" typeId="sensor-enabled">
<description>Motion sensor enabled.</description>
</channel>
<channel id="light-level" typeId="illuminance">
<description>Current light level.</description>
</channel>
<channel id="light-level-last-updated" typeId="last-updated-v2">
<label>Light Level Last Updated</label>
<description>The date and time when the light level was last updated.</description>
</channel>
<channel id="light-level-enabled" typeId="sensor-enabled">
<description>Light level sensor enabled.</description>
</channel>
</channels>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>resourceId</representation-property>
<config-description>
@ -179,8 +201,8 @@
<bridge-type-ref id="bridge-api2"/>
</supported-bridge-type-refs>
<label>Hue Zone Light Group</label>
<description>A group of Hue API v2 lights that are located in a zone.</description>
<label>Hue Zone Group</label>
<description>A group of Hue API v2 equipment that are located in a zone.</description>
<channels>
<channel id="brightness" typeId="system.brightness">
@ -204,8 +226,30 @@
<channel id="on-off-only" typeId="advanced-power">
<description>Set the on/off parameter of the group of lights in the zone without changing other state parameters.</description>
</channel>
<channel id="motion" typeId="system.motion"/>
<channel id="motion-last-updated" typeId="last-updated-v2">
<label>Motion Last Updated</label>
<description>The date and time when the motion value was last updated.</description>
</channel>
<channel id="motion-enabled" typeId="sensor-enabled">
<description>Motion sensor enabled.</description>
</channel>
<channel id="light-level" typeId="illuminance">
<description>Current light level.</description>
</channel>
<channel id="light-level-last-updated" typeId="last-updated-v2">
<label>Light Level Last Updated</label>
<description>The date and time when the light level was last updated.</description>
</channel>
<channel id="light-level-enabled" typeId="sensor-enabled">
<description>Light level sensor enabled.</description>
</channel>
</channels>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<representation-property>resourceId</representation-property>
<config-description>