mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
73_GardenaSmartBridge: change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@19454 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
30baa5fcc8
commit
310ffccff1
@ -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.
|
||||||
|
- change: 73_GardenaSmartBridge: change loglevel
|
||||||
- change: 50_TelegramBot: allow \s, addtl silenCmds, fixes
|
- change: 50_TelegramBot: allow \s, addtl silenCmds, fixes
|
||||||
- change: 55_PIFACE: Now wiringPi V2.46 is supported. Various optimizations
|
- change: 55_PIFACE: Now wiringPi V2.46 is supported. Various optimizations
|
||||||
- feature: 73_DoorBird: Automatic snapshots at events with path as Reading
|
- feature: 73_DoorBird: Automatic snapshots at events with path as Reading
|
||||||
|
@ -386,10 +386,10 @@ sub Write($@) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
# Log3($name, 4,
|
Log3($name, 4,
|
||||||
# "GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: secret!, DATA: secret!, METHOD: $method");
|
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: secret!, DATA: secret!, METHOD: $method");
|
||||||
Log3($name, 3,
|
# Log3($name, 3,
|
||||||
"GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
|
# "GardenaSmartBridge ($name) - Send with URL: $hash->{URL}$uri, HEADER: $header, DATA: $payload, METHOD: $method");
|
||||||
}
|
}
|
||||||
|
|
||||||
sub ErrorHandling($$$) {
|
sub ErrorHandling($$$) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user