- interpret datapoint types to show real values

- get method implemented
- send on one group, receive from several groups.


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1229 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hotmaz
2012-01-29 23:40:24 +00:00
parent 98cf85c6eb
commit f6c3222f62

View File

@@ -41,7 +41,6 @@ my %eib_dpttypes = (
"timeperiod-ms" => {"CODE"=>"dpt7", "UNIT"=>"ms"},
"timeperiod-min" => {"CODE"=>"dpt7", "UNIT"=>"min"},
"timeperiod-h" => {"CODE"=>"dpt7", "UNIT"=>"h"},
"timeperiod-h" => {"CODE"=>"dpt7", "UNIT"=>"h"},
# 2-Octet unsigned Value (Temp / Light)
"dpt9" => {"CODE"=>"dpt9", "UNIT"=>""},