mirror of https://github.com/arendst/Tasmota.git
Add version info to some more commands
parent
38a6fc8447
commit
027d73eb74
|
@ -484,7 +484,7 @@ SSerialSend3<a id="SSerialSend3"></a>|**6.5.0**<BR>`<value>` = replace escape ch
|
||||||
SSerialSend4<a id="SSerialSend4"></a>|`<value>` = send binary data to software serial port. Data in serial response messages is encoded as hex strings.
|
SSerialSend4<a id="SSerialSend4"></a>|`<value>` = send binary data to software serial port. Data in serial response messages is encoded as hex strings.
|
||||||
SSerialSend5<a id="SSerialSend5"></a>|**6.5.0**<BR>`<value>` = send hex text to software serial port. Data in serial response messages is encoded as hex strings.
|
SSerialSend5<a id="SSerialSend5"></a>|**6.5.0**<BR>`<value>` = send hex text to software serial port. Data in serial response messages is encoded as hex strings.
|
||||||
|
|
||||||
### MP3 Player
|
### MP3 Player **6.6.0**
|
||||||
|
|
||||||
The MP3 Player driver is based on the one from DFRobot. They named it [DFPlayer mini](https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299). All MP3 Players with the identical Serial Control Command structure can be used.
|
The MP3 Player driver is based on the one from DFRobot. They named it [DFPlayer mini](https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299). All MP3 Players with the identical Serial Control Command structure can be used.
|
||||||
|
|
||||||
|
@ -508,8 +508,8 @@ MP3Volume<a id="MP3Volume"></a>|`0..100` = set Volume
|
||||||
:---|:---
|
:---|:---
|
||||||
<a id="DomoticzIdx"></a>DomoticzIdx\<x\>|Show Domoticz Relay idx \<x\> (x = `1..4`)<BR>`0` = disable use of Relay idx \<x\> *(default)*<BR>`<value>` = Show Relay idx \<x\>
|
<a id="DomoticzIdx"></a>DomoticzIdx\<x\>|Show Domoticz Relay idx \<x\> (x = `1..4`)<BR>`0` = disable use of Relay idx \<x\> *(default)*<BR>`<value>` = Show Relay idx \<x\>
|
||||||
<a id="DomoticzKeyIdx"></a>DomoticzKeyIdx\<x\>|Show Domoticz Key idx \<x\> (x = `1..4`)<BR>`0` = disable use of Key idx \<x\> *(default)*<BR>`<value>` = Show Key idx \<x\> (to use enable [ButtonTopic](#buttontopic))
|
<a id="DomoticzKeyIdx"></a>DomoticzKeyIdx\<x\>|Show Domoticz Key idx \<x\> (x = `1..4`)<BR>`0` = disable use of Key idx \<x\> *(default)*<BR>`<value>` = Show Key idx \<x\> (to use enable [ButtonTopic](#buttontopic))
|
||||||
<a id="DomoticzSensorIdx"></a>DomoticzSensorIdx\<x\>|Show Domoticz Sensor idx \<x\> (x = `1..5`)<BR>`0` = disable use of Sensor idx \<x\> *(default)*<BR>`<value>` = Show Sensor idx \<x\>
|
<a id="DomoticzSensorIdx"></a>DomoticzSensorIdx\<x\>|**3.9.3**<BR>Show Domoticz Sensor idx \<x\> (x = `1..5`)<BR>`0` = disable use of Sensor idx \<x\> *(default)*<BR>`<value>` = Show Sensor idx \<x\>
|
||||||
<a id="DomoticzSwitchIdx"></a>DomoticzSwitchIdx\<x\>|Show Domoticz Switch idx \<x\> (x = `1..4`)<BR>`0` = disable use of Switch idx \<x\> *(default)*<BR>`<value>` = Show Switch idx \<x\> (to use enable [SwitchTopic](#switchtopic))
|
<a id="DomoticzSwitchIdx"></a>DomoticzSwitchIdx\<x\>|**3.9.3**<BR>Show Domoticz Switch idx \<x\> (x = `1..4`)<BR>`0` = disable use of Switch idx \<x\> *(default)*<BR>`<value>` = Show Switch idx \<x\> (to use enable [SwitchTopic](#switchtopic))
|
||||||
<a id="DomoticzUpdateTimer"></a>DomoticzUpdateTimer|Show current update timer value in seconds<BR>`0` = disable sending interim Domoticz status *(default)*<BR>`1..3600` = send status to Domoticz in defined intervals
|
<a id="DomoticzUpdateTimer"></a>DomoticzUpdateTimer|Show current update timer value in seconds<BR>`0` = disable sending interim Domoticz status *(default)*<BR>`1..3600` = send status to Domoticz in defined intervals
|
||||||
|
|
||||||
### [KNX](KNX-Features)
|
### [KNX](KNX-Features)
|
||||||
|
@ -551,7 +551,7 @@ KNX_CB\<x\><a id="KNX_CB"></a>|Setup Group Address to Receive Data/Commands <BR>
|
||||||
|
|
||||||
<a id="tb-displays">Command|Parameters
|
<a id="tb-displays">Command|Parameters
|
||||||
|:--- |:---
|
|:--- |:---
|
||||||
Display<a id="Display"></a>|Show current display setting as a JSON payload
|
Display<a id="Display"></a>|**6.3.0**<BR>Show current display setting as a JSON payload
|
||||||
DisplayAddress<a id="DisplayAddress"></a>|`0..255` Set display module address
|
DisplayAddress<a id="DisplayAddress"></a>|`0..255` Set display module address
|
||||||
DisplayDimmer<a id="DisplayDimmer"></a>|`0` Turn the display off<BR> `1..100` Turn the display on<BR>`0..100` Set display luminosity *(only on 8x8 Dot-Matrix displays)*
|
DisplayDimmer<a id="DisplayDimmer"></a>|`0` Turn the display off<BR> `1..100` Turn the display on<BR>`0..100` Set display luminosity *(only on 8x8 Dot-Matrix displays)*
|
||||||
DisplayMode<a id="DisplayMode"></a>|`0..5` Set to display [predefined content](Displays#displaymode-parameters) according to display type
|
DisplayMode<a id="DisplayMode"></a>|`0..5` Set to display [predefined content](Displays#displaymode-parameters) according to display type
|
||||||
|
|
Loading…
Reference in New Issue