1# run_rule
2
3## Description
4Runs the specified rule.
5
6Note: Make sure that two rules do not run each other recursively (rule "A" runs
7rule "B" which runs rule "A").
8
9## Property Value
10String containing the unique ID of the [rule](rule.md) to run.
11
12## Return Value
13Return value of the rule that was run.
14
15## Example
16```
17{
18  "run_rule": "set_voltage_rule"
19}
20```
21