Webservices

This commit is contained in:
2026-01-31 18:01:24 +01:00
parent e1c752fcf8
commit 2d2fc24d71
35 changed files with 3531 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"__comment__": "Sets app settings from server. You can specify the location's wifi SSIDs to allow guests to connect without having to enter the password.",
"version": 1,
"appVersion": 1,
"photoSharingEnabled": true,
"showTableEnabled": true,
"rotateToExifData": true,
"wifiNetworks": [
{
"ssid": "Restaurant Wi-Fi",
"password": "password123"
},
{
"ssid": "Church Wi-Fi",
"password": "password123"
}
]
}