mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 14:47:00 +00:00
73_GardenaSmartBridge: change isconnected to isConnected
git-svn-id: https://svn.fhem.de/fhem/trunk@22957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1a8dc1c4d1
commit
bd076ca531
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 73_GardenaSmartBridge: change isconnected to isConnected
|
||||
- feature: 76_SMAPortal: new attribute cookieDelete
|
||||
- feature: 32_withings: added ecg reading types for scanwatch
|
||||
- change: 59_Twilight: get weather-dependend data by NotifyFn.
|
||||
|
@ -879,7 +879,7 @@ sub WriteReadings {
|
||||
if ( ref( $v->{ip} ) ne 'HASH' );
|
||||
readingsBulkUpdateIfChanged( $hash,
|
||||
'ethernet_status-isconnected',
|
||||
$v->{isconnected} );
|
||||
$v->{isConnected} );
|
||||
}
|
||||
elsif ( $decode_json->{abilities}[0]{properties}
|
||||
[$properties]{name} eq 'wifi_status' )
|
||||
@ -892,7 +892,7 @@ sub WriteReadings {
|
||||
'wifi_status-ip', $v->{ip} )
|
||||
if ( ref( $v->{ip} ) ne 'HASH' );
|
||||
readingsBulkUpdateIfChanged( $hash,
|
||||
'wifi_status-isconnected', $v->{isconnected} );
|
||||
'wifi_status-isconnected', $v->{isConnected} );
|
||||
readingsBulkUpdateIfChanged( $hash,
|
||||
'wifi_status-signal', $v->{signal} );
|
||||
}
|
||||
@ -1376,7 +1376,7 @@ sub DeletePassword {
|
||||
],
|
||||
"release_status": "stable",
|
||||
"license": "GPL_2",
|
||||
"version": "v2.0.2",
|
||||
"version": "v2.0.3",
|
||||
"author": [
|
||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user