Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 7, 2024
1 parent 35f0192 commit be75ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/sunshutter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static function getSummary() {
$cmdHandlingLabel = $sunshutter->getCmd(null, 'stateHandlingLabel');
$cmd = cmd::byId(str_replace('#', '', $sunshutter->getConfiguration('shutter::state')));
if (is_object($cmd)) {
$sumposition += $cmd->execCmd();
$sumposition += intval($cmd->execCmd());
}
$handling = $cmdHandling->execCmd();
if ($handling == false) {
Expand Down

0 comments on commit be75ea9

Please sign in to comment.