2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@9690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hofrichter 2015-10-26 16:05:08 +00:00
parent 95cf28136e
commit 430c737f27
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.
# 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: contrib/98_openweathermap.pm - add support for stationByZip.
e.g. 76133,de will find weather data for Karlsruhe,Germany

View File

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