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:
parent
98167fce7f
commit
6e402f5a29
@ -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.
|
||||||
|
- bugfix: 73_AMADCommBridge: fix commandref and Flowset
|
||||||
- feature: 74_AMADautomagicFlowset: add support for wired headset plugged
|
- feature: 74_AMADautomagicFlowset: add support for wired headset plugged
|
||||||
- feature: 74_AMADDevice: add change temporary ttsMsg language, code clean
|
- feature: 74_AMADDevice: add change temporary ttsMsg language, code clean
|
||||||
- feature: 50_TelegramBot: new set cmd msgDelete
|
- feature: 50_TelegramBot: new set cmd msgDelete
|
||||||
|
@ -74,8 +74,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
|
|||||||
eval "use JSON;1" or $missingModul .= "JSON ";
|
eval "use JSON;1" or $missingModul .= "JSON ";
|
||||||
|
|
||||||
|
|
||||||
my $modulversion = "4.0.5";
|
my $modulversion = "4.0.6";
|
||||||
my $flowsetversion = "4.0.8";
|
my $flowsetversion = "4.0.9";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,8 +58,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
|
|||||||
eval "use JSON;1" or $missingModul .= "JSON ";
|
eval "use JSON;1" or $missingModul .= "JSON ";
|
||||||
|
|
||||||
|
|
||||||
my $modulversion = "4.0.9";
|
my $modulversion = "4.0.10";
|
||||||
my $flowsetversion = "4.0.8";
|
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>userFlowState - current state of a Flow, established under setUserFlowState Attribut</li>
|
||||||
<li>volume - media volume setting</li>
|
<li>volume - media volume setting</li>
|
||||||
<li>volumeNotification - notification volume setting</li>
|
<li>volumeNotification - notification volume setting</li>
|
||||||
|
<li>wiredHeadsetPlugged - 0/1 headset plugged out or in</li>
|
||||||
<br>
|
<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
|
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ür den Chrome Browser.
|
checkActiveTask com.android.chrome</i> für den Chrome Browser.
|
||||||
@ -1182,6 +1183,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
|||||||
<li>userFlowState - aktueller Status eines Flows, festgelegt unter dem setUserFlowState Attribut</li>
|
<li>userFlowState - aktueller Status eines Flows, festgelegt unter dem setUserFlowState Attribut</li>
|
||||||
<li>volume - Media Lautstärkewert</li>
|
<li>volume - Media Lautstärkewert</li>
|
||||||
<li>volumeNotification - Benachrichtigungs Lautstärke</li>
|
<li>volumeNotification - Benachrichtigungs Lautstärke</li>
|
||||||
|
<li>wiredHeadsetPlugged - 0/1 gibt an ob ein Headset eingesteckt ist oder nicht</li>
|
||||||
<br>
|
<br>
|
||||||
Beim Reading checkActivTask muß zuvor der Packagename der zu prüfenden App als Attribut <i>checkActiveTask</i> angegeben werden. Beispiel: <i>attr Nexus10Wohnzimmer
|
Beim Reading checkActivTask muß zuvor der Packagename der zu prüfenden App als Attribut <i>checkActiveTask</i> angegeben werden. Beispiel: <i>attr Nexus10Wohnzimmer
|
||||||
checkActiveTask com.android.chrome</i> für den Chrome Browser.
|
checkActiveTask com.android.chrome</i> für den Chrome Browser.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user