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-type id="power">
- <item-type>Switch</item-type>
- <label>Power</label>
- <description>Power ON/OFF the projector</description>
- </channel-type>
-
<channel-type id="powerstate">
<item-type>String</item-type>
<label>Power State</label>
<description>Current detailed power state of the projector</description>
+ <tags>
+ <tag>Status</tag>
+ <tag>Power</tag>
+ </tags>
<state readOnly="true"></state>
</channel-type>
<description>Ethernet connection to the Sony projector using PJ Talk</description>
<channels>
- <channel id="power" typeId="power"/>
+ <channel id="power" typeId="system.power"/>
<channel id="powerstate" typeId="powerstate"/>
<channel id="input" typeId="input"/>
<channel id="calibrationpreset" typeId="calibrationpreset"/>
<description>Serial connection to the Sony projector</description>
<channels>
- <channel id="power" typeId="power"/>
+ <channel id="power" typeId="system.power"/>
<channel id="powerstate" typeId="powerstate"/>
<channel id="input" typeId="input"/>
<channel id="calibrationpreset" typeId="calibrationpreset"/>
<description>Serial over IP connection to the Sony projector</description>
<channels>
- <channel id="power" typeId="power"/>
+ <channel id="power" typeId="system.power"/>
<channel id="powerstate" typeId="powerstate"/>
<channel id="input" typeId="input"/>
<channel id="calibrationpreset" typeId="calibrationpreset"/>