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:
parent
9fb9e4cb34
commit
895c67a932
@ -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]} };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user