diff options
| author | xengineering <me@xengineering.eu> | 2025-12-20 14:11:13 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-12-20 14:11:13 +0100 |
| commit | 224d52d1033d8ccce5087c9bee5a63457830a13a (patch) | |
| tree | cfd0b61e66258a0121ef20d4572561aee84b8db3 /configs/default.json | |
| parent | d6fa255b1df26a12329a614601a027e074aabeb2 (diff) | |
| download | sia-server-224d52d1033d8ccce5087c9bee5a63457830a13a.tar sia-server-224d52d1033d8ccce5087c9bee5a63457830a13a.tar.zst sia-server-224d52d1033d8ccce5087c9bee5a63457830a13a.zip | |
Use default config
The default config JSON is embedded as bytes into the executable.
Instead of constants the default values are now parsed from these
embedded bytes.
Diffstat (limited to 'configs/default.json')
| -rw-r--r-- | configs/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default.json b/configs/default.json index 9d3fb07..b291185 100644 --- a/configs/default.json +++ b/configs/default.json @@ -6,6 +6,6 @@ }, "homematic": { "ccu": "http://127.0.0.1:8080", - "polling-period-milliseconds": 50 + "polling-period": "50ms" } } |
