[radiothermostat] Add Remote Temperature channel (#10194)
* Add Remote Temperature channel Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * Fix spelling error Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * Fix spelling error2 Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * review changes Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * review changes Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * review changes Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> * minor README update Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<channel id="hold" typeId="hold"/>
|
||||
<channel id="status" typeId="status"/>
|
||||
<channel id="fan_status" typeId="fan_status"/>
|
||||
<channel id="remote_temp" typeId="remote_temp"/>
|
||||
<channel id="day" typeId="t_day"/>
|
||||
<channel id="hour" typeId="t_hour"/>
|
||||
<channel id="minute" typeId="t_minute"/>
|
||||
@@ -157,6 +158,14 @@
|
||||
<state min="0" max="2" pattern="%d"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="remote_temp" advanced="true">
|
||||
<item-type>Number:Temperature</item-type>
|
||||
<label>Remote Temperature</label>
|
||||
<description>The remote temperature takes the place of the ambient temperature as read by the local thermostat
|
||||
temperature sensor</description>
|
||||
<state pattern="%d %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="t_day" advanced="true">
|
||||
<item-type>Number</item-type>
|
||||
<label>Day</label>
|
||||
|
||||
Reference in New Issue
Block a user