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