@likewatt/models-front 1.62.1 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,10 +14,10 @@ export declare class Month {
|
|
|
14
14
|
export declare class DemandMultiplierSlot {
|
|
15
15
|
days: number[];
|
|
16
16
|
demandMultiplier?: number;
|
|
17
|
-
endHour?:
|
|
17
|
+
endHour?: string;
|
|
18
18
|
id: string;
|
|
19
19
|
months?: Month[];
|
|
20
|
-
startHour?:
|
|
20
|
+
startHour?: string;
|
|
21
21
|
}
|
|
22
22
|
export declare class DistributionKey {
|
|
23
23
|
type: string;
|
|
@@ -1030,8 +1030,8 @@ exports.SiteConstants = {
|
|
|
1030
1030
|
],
|
|
1031
1031
|
id: '8cd19ff6-7489-4c62-9f81-fc88a564cb7b',
|
|
1032
1032
|
days: [1, 2, 3, 4, 5, 6, 7],
|
|
1033
|
-
startHour:
|
|
1034
|
-
endHour: 24,
|
|
1033
|
+
startHour: '00:00',
|
|
1034
|
+
endHour: '24:00',
|
|
1035
1035
|
demandMultiplier: 0,
|
|
1036
1036
|
},
|
|
1037
1037
|
],
|