mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
73_GardenaSmartBridge: Change state to connected
git-svn-id: https://svn.fhem.de/fhem/trunk@15469 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
da75b78ec3
commit
ac573a2c99
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- gugfix: 74_GardenaSmartBridge: change state to connected
|
||||||
- bugfix: 74_XiaomiFlowerSens: fix change InternalTimer now
|
- bugfix: 74_XiaomiFlowerSens: fix change InternalTimer now
|
||||||
- bugfix: 49_SSCam: V3.2.4, don't retrieve presets during restart if cam is
|
- bugfix: 49_SSCam: V3.2.4, don't retrieve presets during restart if cam is
|
||||||
disabled
|
disabled
|
||||||
|
@ -68,7 +68,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
|
|||||||
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
|
eval "use IO::Socket::SSL;1" or $missingModul .= "IO::Socket::SSL ";
|
||||||
|
|
||||||
|
|
||||||
my $version = "0.2.7";
|
my $version = "0.2.8";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -450,7 +450,7 @@ sub GardenaSmartBridge_ErrorHandling($$$) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
readingsSingleUpdate($hash,'state','connect to cloud',1) if( defined($hash->{helper}{locations_id}) );
|
readingsSingleUpdate($hash,'state','connected to cloud',1) if( defined($hash->{helper}{locations_id}) );
|
||||||
GardenaSmartBridge_ResponseProcessing($hash,$data);
|
GardenaSmartBridge_ResponseProcessing($hash,$data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user