diff --git a/packages/modules/smarthome/bezug.php b/packages/modules/smarthome/bezug.php index fdc038ebd7..8bbb400e07 100644 --- a/packages/modules/smarthome/bezug.php +++ b/packages/modules/smarthome/bezug.php @@ -3,6 +3,6 @@ $file = "/var/www/html/openWB/ramdisk/device" . $number . "_wh"; if (is_file($file)) { $a = file_get_contents($file); - echo $a / 1000; + echo $a ; } else { echo 0; } ?> \ No newline at end of file