-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Feature Request: Message Customization API
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to hardcode emergency or status messages (like “a4Urgent Support Now.”) into the firmware, which requires recompiling and re-uploading even for minor changes.
Describe the solution you'd like
I’d like to be able to update predefined message strings (e.g., S1, S2, S3, S4) directly from the web interface via a /messages API endpoint. This allows on-the-fly reconfiguration of messages without modifying firmware.
Describe alternatives you've considered
Hardcoding message strings and recompiling firmware each time (time-consuming, error-prone).
Reading messages from LittleFS at boot (still requires manually editing files).
Using MQTT to push new messages (not reliable without a UI to manage it).