Skip to content

Commit

Permalink
Update Rules.md
Browse files Browse the repository at this point in the history
Fixing detail in example JSON syntax
  • Loading branch information
sfromis authored Aug 3, 2024
1 parent 92bb2c2 commit 3d5ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
------------------|----------------|
Expand Down

0 comments on commit 3d5ec11

Please sign in to comment.