change kitchen heating

This commit is contained in:
Wolfgang Hottgenroth
2018-01-25 16:00:43 +01:00
parent 1113924c57
commit 32a57408d9
4 changed files with 13 additions and 13 deletions

View File

@ -251,10 +251,10 @@ thermostatKitchen.start()
allLabeledItems.push(thermostatKitchen)
let thermostatKitchenCron = new Cron('thermostatKitchenCron', thermostatKitchen, [
{cronTime: '00 00 06 * * mon-fri', output: '20.0'},
{cronTime: '00 00 08 * * sat-sun', output: '20.0'},
{cronTime: '00 00 06 * * mon-fri', output: '19.0'},
{cronTime: '00 00 08 * * sat-sun', output: '19.0'},
{cronTime: '00 00 10 * * mon-wed', output: '5.0'},
{cronTime: '00 30 13 * * mon-wed', output: '20.0'},
{cronTime: '00 30 13 * * mon-wed', output: '19.0'},
{cronTime: '00 00 23 * * *', output: '5.0'}
])
thermostatKitchenCron.start()