Rework debug message
This commit is contained in:
@@ -155,7 +155,7 @@ class EnergyMeter extends Equipment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#calculateConsumptionValues() {
|
#calculateConsumptionValues() {
|
||||||
console.log('Calculate consumption values');
|
console.debug('Calculate EnergyMeter consumption values');
|
||||||
|
|
||||||
let startOfHour = time.toZDT().withMinute(0).withSecond(0).withNano(0);
|
let startOfHour = time.toZDT().withMinute(0).withSecond(0).withNano(0);
|
||||||
let startOfDay = startOfHour.withHour(0);
|
let startOfDay = startOfHour.withHour(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user