Skip to content

Commit

Permalink
Removed unused buttonControl channel
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRSatzteil committed Sep 25, 2023
1 parent af8e952 commit a60bc27
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<channel id="reset" typeId="reset">
<autoUpdatePolicy>recommend</autoUpdatePolicy>
</channel>
<channel id="buttonControl" typeId="buttonControl"/>
<channel id="text" typeId="text"/>
<channel id="textCase" typeId="textCase"/>
<channel id="topText" typeId="topText"/>
Expand Down Expand Up @@ -185,21 +184,6 @@
</tags>
</channel-type>

<channel-type id="buttonControl">
<item-type>Switch</item-type>
<label>Use buttons</label>
<description><![CDATA[
Middle button locks on the current app.
Subsequent button presses can be used to control the app. App flow continues after app lock timeout
has been reached as configured for the clock.
]]>
</description>
<category>switch</category>
<tags>
<tag>Control</tag>
</tags>
</channel-type>

<channel-type id="reset" advanced="true">
<item-type>Switch</item-type>
<label>Reset</label>
Expand Down

0 comments on commit a60bc27

Please sign in to comment.