First Production Push

This commit is contained in:
2026-02-25 21:29:56 +02:00
parent e62cffc10c
commit 8cb639c1bd
32 changed files with 3714 additions and 2719 deletions

View File

@@ -176,11 +176,15 @@ export default function DeviceForm() {
device_stats: stats,
events_on: eventsOn,
device_location_coordinates: locationCoordinates,
device_melodies_all: [],
device_melodies_favorites: [],
user_list: [],
websocket_url: websocketUrl,
churchAssistantURL,
// device_melodies_all, device_melodies_favorites, user_list are managed
// elsewhere and must NOT be sent here to avoid overwriting them on edit
...(!isEdit && {
device_melodies_all: [],
device_melodies_favorites: [],
user_list: [],
}),
};
let deviceId = id;