mirror of https://github.com/arendst/Tasmota.git
MP3
parent
4938c02ca8
commit
547b727a3c
|
@ -12,7 +12,7 @@
|
||||||
- [IR Remote](#ir-remote)
|
- [IR Remote](#ir-remote)
|
||||||
- [SetOption overview](#setoption-overview)
|
- [SetOption overview](#setoption-overview)
|
||||||
- [Serial Bridge](#serial-bridge)
|
- [Serial Bridge](#serial-bridge)
|
||||||
- [mp3-player](#mp3-player)
|
- [MP3 Player](#mp3-player)
|
||||||
- [Domoticz](#domoticz)
|
- [Domoticz](#domoticz)
|
||||||
- [KNX](#knx)
|
- [KNX](#knx)
|
||||||
- [Displays](#displays)
|
- [Displays](#displays)
|
||||||
|
@ -445,7 +445,7 @@ SerialSend\<x><a id="SerialSend"></a>|`<string>`<BR>Disable serial logging and s
|
||||||
SSerialSend\<x><a id="SSerialSend"></a>|`<string>`<BR>Send using software serial protocol<BR>x = `1..5`<BR>`1` = send appending `\n` (newline) ()<BR>`2` = send<BR>`3` = replace escape characters and send   »6.5.0<BR>`4` = send as binary data. Data in serial response messages is encoded as hex strings<BR>`5` = send as hex. Data in serial response messages is encoded as hex strings   »6.5.0
|
SSerialSend\<x><a id="SSerialSend"></a>|`<string>`<BR>Send using software serial protocol<BR>x = `1..5`<BR>`1` = send appending `\n` (newline) ()<BR>`2` = send<BR>`3` = replace escape characters and send   »6.5.0<BR>`4` = send as binary data. Data in serial response messages is encoded as hex strings<BR>`5` = send as hex. Data in serial response messages is encoded as hex strings   »6.5.0
|
||||||
TuyaSend\<x><a id="TuyaSend"></a>|Send data to MCU with [TuyaMCU](TuyaMCU)  » v7.0.0.1<br>x = `1..4`<br>`TuyaSend1 <dpId>,<boolean>` = send boolean (`0`/`1`) data type to dpId (1 byte max length)<br>`TuyaSend2 <dpId>,<int>` = send integer data to dpId (4 bytes max length)<br>`TuyaSend2 <dpId>,<0xAABBCCDD>` = send 4 byte data to dpId (4 bytes max length)<br>`TuyaSend3 <dpId>,<value>` = send any data type to dpId (unknown max length)<br>`TuyaSend4 <dpId>,<enum>` = send enumerated (`0`/`1`/`2`/`3`/`4`/`5`) data type to dpId (1 byte max length)<br>
|
TuyaSend\<x><a id="TuyaSend"></a>|Send data to MCU with [TuyaMCU](TuyaMCU)  » v7.0.0.1<br>x = `1..4`<br>`TuyaSend1 <dpId>,<boolean>` = send boolean (`0`/`1`) data type to dpId (1 byte max length)<br>`TuyaSend2 <dpId>,<int>` = send integer data to dpId (4 bytes max length)<br>`TuyaSend2 <dpId>,<0xAABBCCDD>` = send 4 byte data to dpId (4 bytes max length)<br>`TuyaSend3 <dpId>,<value>` = send any data type to dpId (unknown max length)<br>`TuyaSend4 <dpId>,<enum>` = send enumerated (`0`/`1`/`2`/`3`/`4`/`5`) data type to dpId (1 byte max length)<br>
|
||||||
|
|
||||||
### mp3-player
|
### MP3 Player
|
||||||
» v6.6.0
|
» v6.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.
|
||||||
|
@ -456,8 +456,8 @@ MP3DAC<a id="MP3DAC"></a>|`0` = DAC on *(default)*<BR>`1` = DAC off
|
||||||
MP3Device<a id="MP3Device"></a>|Specify playback device<BR>`1` = USB<BR>`2` = SD Card *(default (also defaults on reset or power cycle))*
|
MP3Device<a id="MP3Device"></a>|Specify playback device<BR>`1` = USB<BR>`2` = SD Card *(default (also defaults on reset or power cycle))*
|
||||||
MP3EQ<a id="MP3EQ"></a>|Set equalizer mode:<BR>`0` = normal<BR>`1` = pop<BR>`2` = rock<BR>`3` = jazz<BR>`4` = classic<BR>`5` = bass)
|
MP3EQ<a id="MP3EQ"></a>|Set equalizer mode:<BR>`0` = normal<BR>`1` = pop<BR>`2` = rock<BR>`3` = jazz<BR>`4` = classic<BR>`5` = bass)
|
||||||
MP3Pause<a id="MP3Pause"></a>|Pause
|
MP3Pause<a id="MP3Pause"></a>|Pause
|
||||||
MP3Play<a id="MP3Play"></a>|Play, works as a normal play on a real MP3 Player, starts at first mp3 file
|
MP3Play<a id="MP3Play"></a>|Play, works as a normal play on a real MP3 Player, starts at first MP3 file
|
||||||
MP3Reset<a id="MP3Reset"></a>|Reset the mp3 player to defaults
|
MP3Reset<a id="MP3Reset"></a>|Reset the MP3 player to defaults
|
||||||
MP3Stop<a id="MP3Stop"></a>|Stop
|
MP3Stop<a id="MP3Stop"></a>|Stop
|
||||||
MP3Track<a id="MP3Track"></a>|`x` = play track \<x\>
|
MP3Track<a id="MP3Track"></a>|`x` = play track \<x\>
|
||||||
MP3Volume<a id="MP3Volume"></a>|`0..100` = set Volume
|
MP3Volume<a id="MP3Volume"></a>|`0..100` = set Volume
|
||||||
|
|
Loading…
Reference in New Issue