19 lines
321 B
JSON
19 lines
321 B
JSON
|
{
|
||
|
"name": "any fan absence",
|
||
|
"conditions": [
|
||
|
{
|
||
|
"type": "fan.any.absence"
|
||
|
}
|
||
|
],
|
||
|
"actions": [
|
||
|
{
|
||
|
"type": "fan.all.set_speed",
|
||
|
"speed": "100"
|
||
|
},
|
||
|
{
|
||
|
"type": "fan.all.set_speed",
|
||
|
"speed": "100"
|
||
|
}
|
||
|
]
|
||
|
}
|