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