2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

See the diff

git-svn-id: https://svn.fhem.de/fhem/trunk@14 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2007-02-14 11:04:58 +00:00
parent 972c7f3a46
commit 0b24944d75

View File

@ -244,6 +244,7 @@ getDevStatus()
} }
printf(" Readings (off 02): %d\n", w($d,2)); printf(" Readings (off 02): %d\n", w($d,2));
printf(" Nr devs (off 05): %d\n", b($d,6)); printf(" Nr devs (off 05): %d\n", b($d,6));
printf(" puls/5min (off 13): %d\n", w($d,13));
printf(" Startblk (off 18): %d\n", b($d,18)+13); printf(" Startblk (off 18): %d\n", b($d,18)+13);
printf(" Alarm (off 45): %d W\n", w($d,45)); printf(" Alarm (off 45): %d W\n", w($d,45));
printf(" PRICE (off 47): %0.2f (EUR/KWH)\n", w($d,47)/10000); printf(" PRICE (off 47): %0.2f (EUR/KWH)\n", w($d,47)/10000);