- interpret datapoint types to show real values

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


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1229 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hotmaz 2012-01-29 23:40:24 +00:00
parent 5149a27216
commit 8b4d70f555

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"=>""},