See the diff

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

View File

@ -244,6 +244,7 @@ getDevStatus()
}
printf(" Readings (off 02): %d\n", w($d,2));
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(" Alarm (off 45): %d W\n", w($d,45));
printf(" PRICE (off 47): %0.2f (EUR/KWH)\n", w($d,47)/10000);