Initial commit

This commit is contained in:
Riccardo
2020-08-23 17:50:20 +02:00
parent bdb83c5349
commit f14569ff53
4 changed files with 493 additions and 0 deletions

21
config-template.json Normal file
View File

@@ -0,0 +1,21 @@
{
"token": "token",
"defaultColor": "2700",
"dusk": {
"colorStart": "2700",
"colorEnd": "6000",
"steps": 50,
"duration": 1,
"turnOffRange": 20
},
"devices": [
{
"coordinates": {
"latitude": 0,
"longitude": 0
},
"id": "id",
"name": "name"
}
]
}