blob: caf6e7036eefc85004398094614307cb94deeb1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
send-hello:
trigger:
- conditional:
interval: 30
when:
- host1.user.jonas > 0
- True
then:
- host1.notify:
msg: Hello
- host1.notify:
msg: World!
- host1.wol: {}
|