fix: missing tree
This commit is contained in:
parent
de58578a2d
commit
df1830a670
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,4 +1,14 @@
|
||||
### test: fix initial variables (HEAD -> patch_mucki)
|
||||
### test: smartdevice variable wintermode initializied Bridge consolidiert wifi/ethernet (HEAD -> patch_mucki)
|
||||
>Sun, 5 Nov 2023 21:52:24 +0100
|
||||
|
||||
>Author: Sebastian (em@ail.tld)
|
||||
|
||||
>Commiter: Sebastian (em@ail.tld)
|
||||
|
||||
|
||||
|
||||
|
||||
### test: fix initial variables (origin/patch_mucki)
|
||||
>Wed, 1 Nov 2023 21:04:39 +0100
|
||||
|
||||
>Author: Sebastian (em@ail.tld)
|
||||
@ -8,7 +18,7 @@
|
||||
|
||||
|
||||
|
||||
### test: debug line (origin/patch_mucki)
|
||||
### test: debug line
|
||||
>Sat, 28 Oct 2023 18:02:17 +0200
|
||||
|
||||
>Author: Sebastian (em@ail.tld)
|
||||
|
@ -1079,10 +1079,10 @@ sub WriteReadings {
|
||||
{
|
||||
if ($v->{is_connected} ) {
|
||||
readingsBulkUpdateIfChanged( $hash,
|
||||
[$properties]{name}.'-ip', $v->{ip} )
|
||||
$decode_json->{abilities}[0]{properties}[$properties]{name}.'-ip', $v->{ip} )
|
||||
if ( ref( $v->{ip} ) ne 'HASH' );
|
||||
readingsBulkUpdateIfChanged( $hash,
|
||||
[$properties]{name}.'-isconnected', $v->{is_connected} )
|
||||
$decode_json->{abilities}[0]{properties}[$properties]{name}.'-isconnected', $v->{is_connected} )
|
||||
if ( $v->{is_connected} );
|
||||
}
|
||||
} # fi ethernet and wifi
|
||||
|
@ -1,2 +1,2 @@
|
||||
UPD 2023-11-05_21:43:22 48810 FHEM/73_GardenaSmartBridge.pm
|
||||
UPD 2023-11-12_19:47:27 48890 FHEM/73_GardenaSmartBridge.pm
|
||||
UPD 2023-11-05_21:51:38 126419 FHEM/74_GardenaSmartDevice.pm
|
||||
|
Loading…
x
Reference in New Issue
Block a user