diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ For example, ```json { - "actions": { + "rules": { "update Catbus UI": { "triggers": [ { @@ -22,7 +22,7 @@ For example, } } ], - "outputs": [ + "actions": [ { "url": "https://build.eth.moe/deploy", "formValues": { @@ -40,7 +40,7 @@ For example, } } ], - "outputs": [ + "actions": [ { "mqtt": "tcp://catbus.eth.moe/home/living-room/sofa-light/power", "value": "on" |