Add infrastructure for managing configuration

This commit is contained in:
clerie 2022-06-19 14:16:45 +02:00
parent e5e256039c
commit 027e4b3a7f
6 changed files with 87 additions and 7 deletions

7
fieldpoc_config.json Normal file
View file

@ -0,0 +1,7 @@
{
"dect": {
"host": "192.168.0.100",
"username": "omm",
"password": "xxx"
}
}