16 lines
299 B
YAML
16 lines
299 B
YAML
jobs:
|
|
- name: Wetterbericht
|
|
enabled: true
|
|
cron: 0 6,12,18 * * *
|
|
command: /weather
|
|
channel: 0
|
|
description: Taeglicher Wetterbericht
|
|
type: command
|
|
- name: Mesh-Status
|
|
enabled: true
|
|
cron: 30 18 * * *
|
|
command: /mesh
|
|
channel: 0
|
|
description: Mesh-Netzwerk Uebersicht
|
|
type: command
|