From 3d5ec1115bdac74b1980b48ee52ba480a3cad472 Mon Sep 17 00:00:00 2001 From: sfromis <47082390+sfromis@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:58:17 +0200 Subject: [PATCH] Update Rules.md Fixing detail in example JSON syntax --- docs/Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Rules.md b/docs/Rules.md index 9905d6ab32..a5b24876df 100644 --- a/docs/Rules.md +++ b/docs/Rules.md @@ -151,7 +151,7 @@ Connected sensors can be a trigger in the form as they are represented in the `T |INA219#Current\>0.100| whenever the current drawn is more than 0.1A| |Energy#Power\>100| whenever the power used is more than 100W| -When the payload consists of an array of data eg: `ENERGY":{Current":[1.320,2.100]}` +When the payload consists of an array of data eg: `"ENERGY":{"Current":[1.320,2.100]}` |Trigger | When it occurs | ------------------|----------------|