readme: tiny format change

pull/4/head
occheung 2020-09-29 17:05:11 +08:00
parent 21999b6cbf
commit 9d49afa5a8
1 changed files with 19 additions and 16 deletions

View File

@ -85,10 +85,13 @@ publish-mqtt Foo/Bar "baz"
## List of Commands
All currently supported commands are listed below.
**Note: The following table only lists the subtopic. To make a full topic, add `Urukul/Control/` in front of all subtopics.**
Example: Full topic of Reset command: `Urukul/Control/Reset`
### Example: Full topic of Reset command
```shell
Urukul/Control/Reset
```
| Subtopic | Message | Functionality|
| ---| ---| ---|
| --------------------------------------- | ------------------------------------------------------------------ | ---|
| `Reset` | | Reset the device|
| `ChannelX/Switch` | `<off/on>` | Turn off/on the RF switch at channel X.|
| `ChannelX/Attenuation` | `<atten> [dB]` | Set attenuation of channel X.|