change kitchen heating
This commit is contained in:
2
dist/Export.js
vendored
2
dist/Export.js
vendored
@ -84,7 +84,7 @@ function ContactHomekitExport(id, label, status) {
|
||||
"statusContactSensorState": status
|
||||
},
|
||||
"payload": {
|
||||
"conContactDetected": "CLOSED"
|
||||
"onContactDetected": "CLOSED"
|
||||
}
|
||||
};
|
||||
return { 'id': id, 'object': o };
|
||||
|
6
dist/main.js
vendored
6
dist/main.js
vendored
@ -194,10 +194,10 @@ let thermostatKitchen = new MaxThermostat_1.MaxThermostat('Gnd', 'Kitchen', 'The
|
||||
thermostatKitchen.start();
|
||||
allLabeledItems.push(thermostatKitchen);
|
||||
let thermostatKitchenCron = new Cron_1.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();
|
||||
|
Reference in New Issue
Block a user