Skip to content

Commit

Permalink
Added Target Characteristic For Thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
SynTexDZN committed Aug 7, 2023
1 parent a282c15 commit fcbfef7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,11 @@
},
thermostat : {
value : {
name : '%characteristics.temperature%',
name : '%characteristics.thermostat.current%',
text : '°C', colorRange : [220, 0], valueRange : [16, 28], color : 'rgb(60, 60, 80)'
},
target : {
name : '%characteristics.thermostat.target%',
text : '°C', colorRange : [220, 0], valueRange : [16, 28], color : 'rgb(60, 60, 80)'
}
},
Expand Down

0 comments on commit fcbfef7

Please sign in to comment.