<item-type>Switch</item-type>
<label>Switch</label>
<description>Switch the appliance on or off</description>
+ <category>Switch</category>
</channel-type>
<channel-type id="stop">
<label>Current Temperature</label>
<description>Current temperature of the appliance</description>
<category>Temperature</category>
+ <tags>
+ <tag>Measurement</tag>
+ <tag>Temperature</tag>
+ </tags>
<state readOnly="true" pattern="%.0f %unit%"/>
</channel-type>
<label>Target Temperature</label>
<description>Target temperature to be reached by the appliance</description>
<category>Temperature</category>
+ <tags>
+ <tag>Setpoint</tag>
+ <tag>Temperature</tag>
+ </tags>
<state readOnly="true" pattern="%.0f %unit%"/>
</channel-type>
<item-type>String</item-type>
<label>Remaining Time</label>
<description>Remaining time of the heating zone/plate</description>
+ <category>Time</category>
<state readOnly="true"></state>
</channel-type>
<item-type>Number:Energy</item-type>
<label>Power Consumption</label>
<description>Power consumption by the currently running program on the appliance</description>
+ <category>Energy</category>
+ <tags>
+ <tag>Measurement</tag>
+ <tag>Energy</tag>
+ </tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
<item-type>Number:Volume</item-type>
<label>Water Consumption</label>
<description>Water consumption by the currently running program on the appliance</description>
+ <category>Water</category>
+ <tags>
+ <tag>Measurement</tag>
+ <tag>Water</tag>
+ </tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>