testing #89

Merged
marko merged 16 commits from testing into main 2023-11-28 07:34:51 +00:00
3 changed files with 15 additions and 5 deletions
Showing only changes of commit df1830a670 - Show all commits

View File

@ -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)

View File

@ -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

View File

@ -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