GameDevHobby / Domoticz-LGTV-WebOS-Plugin

LG TV WebOS 3 Plugin for Domoticz
14 stars 13 forks source link

GetTVInfo: try parsing response before passing it on verbatim #6

Closed koenkooi closed 6 years ago

koenkooi commented 6 years ago

webOS 3.0 returns partial JSON, which the json module refuses to parse. Parse it ourselves and fall back to the old behaviour if 'channelNumber' isn't present in the reply.

Should fix #2

Signed-off-by: Koen Kooi koen@dominion.thruhere.net