123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- ---
- heyu_cronjobs:
- - name: turn on cameras
- job: /usr/local/bin/heyu fon Cameras
- hour: 7
- minute: 30
- - name: wake up fishes
- job: /usr/local/bin/heyu fon Fish
- hour: 9
- minute: 0,1,2
- - name: tuck in fishes
- job: /usr/local/bin/heyu foff Fish
- hour: 22
- minute: 0,1,2
- heyu_aliases:
- - device: Cameras
- type: StdAM
- code: A1
- - device: Lights
- type: StdAM
- code: A2
- - device: RetroPieTV
- type: StdAM
- code: A3
- - device: MediaCenter
- type: StdAM
- code: A4
- - device: Bedroom-Fan
- type: StdAM
- code: A5
- - device: LivingRoom-ChairLamp
- type: StdLM
- code: A6
- - device: Overhead-Lights
- type: StdAM
- code: A7
- - device: LR-Cameras
- type: StdAM
- code: A8
- - device: Bedroom
- type: ""
- code: A1-5
- - device: Fish
- type: StdAM
- code: A9
- - device: LR-Fan
- type: StdAM
- code: A12
- host_ssh_root_keys:
- # KodiMB
- - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC0ghlkX6qUVbTPU3xBwJ90bXrpAehts5ONnLQj6pOBW root@KodiMB
|