We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6360e commit bb31fb2Copy full SHA for bb31fb2
README.md
@@ -121,9 +121,10 @@ first time: `auto` -> `broadlink/tv/samsung/power` records command
121
every next time: `auto` -> `broadlink/tv/samsung/power` replays command
122
123
#### Macros
124
-Macros are created to send several IR signals for single MQTT message.
+Macro command sends several IR signals for single MQTT message.
125
To start macros execution send `macro` message to the topic `broadlink/MACRO_ID`,
126
where `MACRO_ID` is a path to scenario file in `macros/` folder.
127
+Alternative way of sending macro command is sending `MACRO_ID` message to the `broadlink/macro` topic.
128
129
Macros scenario file could contain:
130
- IR commands (same as `COMMAND_ID` in replay mode)
0 commit comments