mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-08 05:15:10 +00:00
37_echodevice.pm: bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@23631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0aca91901a
commit
7f54824605
@ -2,6 +2,9 @@
|
||||
#
|
||||
##############################################
|
||||
#
|
||||
# 2021.01.28 v0.2.7
|
||||
# - BUG: Routinen werden nicht mehr angezeigt
|
||||
#
|
||||
# 2021.01.18 v0.2.6
|
||||
# - BUG: item_shopping_delete,item_shopping_add,item_task_delete,item_task.add
|
||||
# - FEATURE: Unterstützung A23FPV4BT7FH68 Yamaha YAS-209 Soundbar
|
||||
@ -444,7 +447,7 @@ use Time::Piece;
|
||||
use lib ('./FHEM/lib', './lib');
|
||||
use MP3::Info;
|
||||
|
||||
my $ModulVersion = "0.2.6";
|
||||
my $ModulVersion = "0.2.7";
|
||||
my $AWSPythonVersion = "0.0.3";
|
||||
my $NPMLoginTyp = "unbekannt";
|
||||
|
||||
@ -1655,7 +1658,7 @@ sub echodevice_SendCommand($$$) {
|
||||
}
|
||||
|
||||
elsif ($type eq "getbehavior") {
|
||||
$SendUrl .= "/api/behaviors/automations?limit=100";
|
||||
$SendUrl .= "/api/behaviors/v2/automations?limit=100";
|
||||
}
|
||||
|
||||
elsif ($type eq "getdevicesettings") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user