2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +00:00

88_xs1Bridge: Bug fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@15675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
HomeAuto_User 2017-12-23 16:41:08 +00:00
parent 9fb9e4cb34
commit 895c67a932

View File

@ -213,7 +213,7 @@ sub xs1Bridge_GetUpDate() {
my $json_utf8 = encode_utf8( $json ); ## UTF-8 character Bearbeitung, da xs1 TempSensoren ERROR my $json_utf8 = encode_utf8( $json ); ## UTF-8 character Bearbeitung, da xs1 TempSensoren ERROR
$decoded = decode_json($json_utf8); $decoded = decode_json($json_utf8);
Dispatch($hash,$json_utf8,undef); ## Übergabe an anderes Modul, NUR KOMPLETTES JSON !!! #Dispatch($hash,$json_utf8,undef); ## Übergabe an anderes Modul, NUR KOMPLETTES JSON !!!
if ($i <= 1 ) { ### Aktoren / Sensoren if ($i <= 1 ) { ### Aktoren / Sensoren
my @array = @{ $decoded->{$arrayname[$i]} }; my @array = @{ $decoded->{$arrayname[$i]} };