From 66382cb766bde7d0bf659a590c1c031fe54d8309 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 14 Feb 2007 11:02:54 +0000 Subject: [PATCH] R/KW display changed git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/em1010.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/em1010.pl b/contrib/em1010.pl index 5cbd9201e..49c0ca6ae 100755 --- a/contrib/em1010.pl +++ b/contrib/em1010.pl @@ -247,7 +247,7 @@ getDevStatus() 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); - printf(" R/KW user (off 49): %d\n", w($d,49)/10); + printf(" R/KW / EC (off 49): %d\n", w($d,49)/10); hexdump($d); }