Skip to content

Instantly share code, notes, and snippets.

@lrodorigo
Created October 22, 2017 18:44
Show Gist options
  • Save lrodorigo/9db15cbe8aeeb696ca0cb1004810c4a0 to your computer and use it in GitHub Desktop.
Save lrodorigo/9db15cbe8aeeb696ca0cb1004810c4a0 to your computer and use it in GitHub Desktop.
{
"daily_profiles": {
"giorno_lavorativo": [
{
"start": 0,
"end": 3600, // Secondi a partire dalla mezzanotte
"target_temperature": 19
},
{
"start": 27000,
"end": 32400,
"target_temperature": 21
},
{
"start": 64800,
"end": 86399,
"target_temperature": 19
}
],
"weekend": []
},
"daily_profiles_assignments" : [
"weekend",
"giorno_lavorativo",
"giorno_lavorativo",
"giorno_lavorativo",
"giorno_lavorativo",
"giorno_lavorativo",
"weekend"
],
"base_temperature": 16.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment