70_PIONEERAVR: Fixed the decoding for the reading 'display' - jsonlist/jsonlist2 should work now

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hofrichter
2015-10-26 16:05:08 +00:00
parent 8adb36efb0
commit fd656eb6fb
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 70_PIONEERAVR: fixed the decoding for the reading "display".
- feature: 93_DbLog: Added support for longpoll SVG. - feature: 93_DbLog: Added support for longpoll SVG.
- feature: contrib/98_openweathermap.pm - add support for stationByZip. - feature: contrib/98_openweathermap.pm - add support for stationByZip.
e.g. 76133,de will find weather data for Karlsruhe,Germany e.g. 76133,de will find weather data for Karlsruhe,Germany

View File

@@ -948,12 +948,12 @@ PIONEERAVR_Define($$) {
"1F"=>"¯", "1F"=>"¯",
"20"=>" ", "20"=>" ",
"21"=>"!", "21"=>"!",
"22"=>" ", "22"=>"\"",
"23"=>"#", "23"=>"#",
"24"=>"\$", "24"=>"\$",
"25"=>"%", "25"=>"%",
"26"=>"&", "26"=>"&",
"27"=>" ", "27"=>"\'",
"28"=>"(", "28"=>"(",
"29"=>")", "29"=>")",
"2A"=>"*", "2A"=>"*",
@@ -1006,7 +1006,7 @@ PIONEERAVR_Define($$) {
"59"=>"Y", "59"=>"Y",
"5A"=>"Z", "5A"=>"Z",
"5B"=>"[", "5B"=>"[",
"5C"=>" ", "5C"=>"\\",
"5D"=>"]", "5D"=>"]",
"5E"=>"^", "5E"=>"^",
"5F"=>"_", "5F"=>"_",