Alle eigenen Projektversionsnummern wurden auf das neue Format umgeschrieben: 0.X.Y → 0.XX.YY (z.B. 0.8.11 → 0.08.11, 0.6.7 → 0.06.07) Betrifft 130 Zeilen in 9 Dateien; externe Bibliotheksversionen unverändert. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
741 B
YAML
32 lines
741 B
YAML
jobs:
|
|
- name: Wetterbericht
|
|
enabled: true
|
|
cron: 0 7 * * *
|
|
command: ?weather
|
|
channel: 0
|
|
description: Taeglicher Wetterbericht
|
|
type: command
|
|
- name: Mesh-Status
|
|
enabled: true
|
|
cron: 0 18 * * *
|
|
command: ?mesh
|
|
channel: 1
|
|
description: Mesh-Netzwerk Uebersicht
|
|
type: command
|
|
- name: Bot-Bake
|
|
description: Bot-Bake LongFast
|
|
type: message
|
|
command: '{datetime} MeshDD-Bot Version v0.08.11 aktiv, {nodes_24h} Nodes aktiv,
|
|
Hilfe mit "?help"'
|
|
cron: 0 */6 * * *
|
|
channel: 0
|
|
enabled: false
|
|
- name: Bot-Bake Mei
|
|
description: Bot-Bake INFO MEI O
|
|
type: message
|
|
command: '{datetime} MeshDD-Bot Version v0.08.11 aktiv, {nodes_24h} Nodes aktiv,
|
|
Hilfe mit "?help"'
|
|
cron: 1 */6 * * *
|
|
channel: 4
|
|
enabled: true
|