2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

73_AMADCommBridge: fix commandref and Flowset

git-svn-id: https://svn.fhem.de/fhem/trunk@15059 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2017-09-12 20:05:41 +00:00
parent 98167fce7f
commit 6e402f5a29
4 changed files with 759 additions and 739 deletions

View File

@ -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_AMADCommBridge: fix commandref and Flowset
- feature: 74_AMADautomagicFlowset: add support for wired headset plugged
- feature: 74_AMADDevice: add change temporary ttsMsg language, code clean
- feature: 50_TelegramBot: new set cmd msgDelete

View File

@ -74,8 +74,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.5";
my $flowsetversion = "4.0.8";
my $modulversion = "4.0.6";
my $flowsetversion = "4.0.9";

View File

@ -58,8 +58,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.9";
my $flowsetversion = "4.0.8";
my $modulversion = "4.0.10";
my $flowsetversion = "4.0.9";
@ -1012,6 +1012,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
<li>userFlowState - current state of a Flow, established under setUserFlowState Attribut</li>
<li>volume - media volume setting</li>
<li>volumeNotification - notification volume setting</li>
<li>wiredHeadsetPlugged - 0/1 headset plugged out or in</li>
<br>
Prerequisite for using the reading checkActivTask the package name of the application to be checked needs to be defined in the attribute <i>checkActiveTask</i>. Example: <i>attr Nexus10Wohnzimmer
checkActiveTask com.android.chrome</i> f&uuml;r den Chrome Browser.
@ -1182,6 +1183,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
<li>userFlowState - aktueller Status eines Flows, festgelegt unter dem setUserFlowState Attribut</li>
<li>volume - Media Lautst&auml;rkewert</li>
<li>volumeNotification - Benachrichtigungs Lautst&auml;rke</li>
<li>wiredHeadsetPlugged - 0/1 gibt an ob ein Headset eingesteckt ist oder nicht</li>
<br>
Beim Reading checkActivTask mu&szlig; zuvor der Packagename der zu pr&uuml;fenden App als Attribut <i>checkActiveTask</i> angegeben werden. Beispiel: <i>attr Nexus10Wohnzimmer
checkActiveTask com.android.chrome</i> f&uuml;r den Chrome Browser.