Skip to content

Commit

Permalink
virtueller Zähler
Browse files Browse the repository at this point in the history
vereinfach
  • Loading branch information
okaegi committed Dec 23, 2024
1 parent 00a0fe4 commit dfcc123
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 138 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
$file = "/var/www/html/openWB/ramdisk/device1_wh";
$number = $_GET['d'];
$file = "/var/www/html/openWB/ramdisk/device" . $number . "_wh";
if (is_file($file)) {
$a = file_get_contents($file);
echo $a / 1000;
Expand Down
7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug2.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug3.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug4.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug5.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug6.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug7.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug8.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/bezug9.php

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung2.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung3.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung4.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung5.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung6.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung7.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung8.php

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modules/smarthome/einspeisung9.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
$file = "/var/www/html/openWB/ramdisk/device1_watt";
$number = $_GET['d'];
$file = "/var/www/html/openWB/ramdisk/device" . $number . "_watt";
if (is_file($file)) {
$a = file_get_contents($file);
echo $a;
Expand Down
7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung2.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung3.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung4.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung5.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung6.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung7.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung8.php

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modules/smarthome/leistung9.php

This file was deleted.

0 comments on commit dfcc123

Please sign in to comment.