aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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"