Add message sending from web dashboard with channel selector, new POST /api/send endpoint, scheduler support for free-text messages (type field), and modernized dashboard layout with glassmorphism navbar, gradient stat cards, chat bubbles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
260 B
YAML
14 lines
260 B
YAML
jobs:
|
|
- name: Wetterbericht
|
|
enabled: true
|
|
cron: 0 7 * * *
|
|
command: /weather
|
|
channel: 0
|
|
description: Taeglicher Wetterbericht
|
|
- name: Mesh-Status
|
|
enabled: true
|
|
cron: 0 18 * * *
|
|
command: /mesh
|
|
channel: 0
|
|
description: Mesh-Netzwerk Uebersicht
|