Skip to content

Commit

Permalink
Removed 'advanced' attribute from 'ChannelGroupType' (openhab#7325)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp committed Apr 14, 2020
1 parent 898b6ab commit 4994b29
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@
</state>
</channel-type>

<channel-group-type id="ic24" advanced="true">
<channel-group-type id="ic24">
<label>Irrigation Control</label>
<description>The irrigation control</description>
<channels>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">

<channel-group-type id="network" advanced="true">
<channel-group-type id="network">
<label>Network</label>
<channels>
<channel id="ssid" typeId="ssid" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<state readOnly="true" />
</channel-type>

<channel-group-type id="CameraEvent" advanced="true">
<channel-group-type id="CameraEvent">
<label>Camera Event</label>
<description>Information about the camera event</description>
<channels>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</channels>
</channel-group-type>

<channel-group-type id="jrmTimeChannels" advanced="true">
<channel-group-type id="jrmTimeChannels">
<label>JRM Time Channels</label>
<description>Time for shutter channels in seconds with an accuracy of 1/10 seconds.</description>
<channels>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">

<channel-group-type id="deviceStatus" advanced="true">
<channel-group-type id="deviceStatus">
<label>Device Status</label>
<description>Some details on the device status</description>
<channels>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</channels>
</channel-group-type>

<channel-group-type id="swapGroup" advanced="true">
<channel-group-type id="swapGroup">
<label>Swap Memory</label>
<description>Swap memory information</description>
<channels>
Expand All @@ -45,7 +45,7 @@
</channels>
</channel-group-type>

<channel-group-type id="driveGroup" advanced="true">
<channel-group-type id="driveGroup">
<label>Drive</label>
<description>Drive information</description>
<channels>
Expand All @@ -70,15 +70,15 @@
</channels>
</channel-group-type>

<channel-group-type id="displayGroup" advanced="true">
<channel-group-type id="displayGroup">
<label>Display</label>
<description>Display parameters</description>
<channels>
<channel id="information" typeId="information" />
</channels>
</channel-group-type>

<channel-group-type id="sensorsGroup" advanced="true">
<channel-group-type id="sensorsGroup">
<label>Sensor</label>
<description>Sensor parameters</description>
<channels>
Expand Down Expand Up @@ -112,7 +112,7 @@
</channels>
</channel-group-type>

<channel-group-type id="processGroup" advanced="true">
<channel-group-type id="processGroup">
<label>Process</label>
<description>System process information</description>
<channels>
Expand Down

0 comments on commit 4994b29

Please sign in to comment.