From b659e33bb5798311c3f726c37a041ab2f94f4260 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Tue, 7 Jul 2020 20:53:52 +0100 Subject: rename "actions" to "rules" and "outputs" to "actions" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 79cddfb..7e8a2d4 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3