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 ca6a01177d
commit 139dbf5023

View File

@@ -213,7 +213,7 @@ sub xs1Bridge_GetUpDate() {
my $json_utf8 = encode_utf8( $json ); ## UTF-8 character Bearbeitung, da xs1 TempSensoren ERROR
$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
my @array = @{ $decoded->{$arrayname[$i]} };