patch_ic24 #69
@ -652,8 +652,7 @@ sub WriteReadings {
|
|||||||
$hash,
|
$hash,
|
||||||
$decode_json->{abilities}[$abilities]{name} . '-'
|
$decode_json->{abilities}[$abilities]{name} . '-'
|
||||||
. $propertie->{name},
|
. $propertie->{name},
|
||||||
($propertie->{value} eq '') ? CommandAttr( undef, $name . ' '. $decode_json->{abilities}[$abilities]{name} . '-'
|
($propertie->{value} eq '') ? undef : RigReadingsValue( $hash, $propertie->{value} )
|
||||||
. $propertie->{name}) : RigReadingsValue( $hash, $propertie->{value} )
|
|
||||||
)
|
)
|
||||||
if ( exists( $propertie->{value} ) # defined ignored 'value':null
|
if ( exists( $propertie->{value} ) # defined ignored 'value':null
|
||||||
&& $decode_json->{abilities}[$abilities]{name} . '-'
|
&& $decode_json->{abilities}[$abilities]{name} . '-'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
UPD 2022-06-28_13:11:16 49241 FHEM/73_GardenaSmartBridge.pm
|
UPD 2022-06-28_13:11:16 49241 FHEM/73_GardenaSmartBridge.pm
|
||||||
UPD 2022-06-28_23:07:24 70523 FHEM/74_GardenaSmartDevice.pm
|
UPD 2022-06-28_23:08:30 70402 FHEM/74_GardenaSmartDevice.pm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user