Skip to content

Commit

Permalink
Update netatmo_energy.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 25, 2024
1 parent 783c63e commit cc34622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/netatmo_energy.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static function execCmd($_cmd,$_options = array()){
array(
'id' => $eqLogic->getLogicalId(),
'therm_setpoint_mode' => 'manual',
'therm_setpoint_temperature' => $_options['slider'],
'therm_setpoint_temperature' => (int) $_options['slider'],
)
)
)
Expand Down

0 comments on commit cc34622

Please sign in to comment.