forked from M-Labs/humpback-dds
readme: tiny format change
This commit is contained in:
parent
21999b6cbf
commit
9d49afa5a8
|
@ -85,10 +85,13 @@ publish-mqtt Foo/Bar "baz"
|
||||||
## List of Commands
|
## List of Commands
|
||||||
All currently supported commands are listed below.
|
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.**
|
**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|
|
| Subtopic | Message | Functionality|
|
||||||
| ---| ---| ---|
|
| --------------------------------------- | ------------------------------------------------------------------ | ---|
|
||||||
| `Reset` | | Reset the device|
|
| `Reset` | | Reset the device|
|
||||||
| `ChannelX/Switch` | `<off/on>` | Turn off/on the RF switch at channel X.|
|
| `ChannelX/Switch` | `<off/on>` | Turn off/on the RF switch at channel X.|
|
||||||
| `ChannelX/Attenuation` | `<atten> [dB]` | Set attenuation of channel X.|
|
| `ChannelX/Attenuation` | `<atten> [dB]` | Set attenuation of channel X.|
|
||||||
|
|
Loading…
Reference in New Issue