@likewatt/models-front 1.40.0 → 1.41.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.
|
@@ -445,9 +445,9 @@ export declare const SiteConstants: {
|
|
|
445
445
|
readonly '>250kVA': ">250kVA";
|
|
446
446
|
};
|
|
447
447
|
readonly CSPE: {
|
|
448
|
-
readonly '<36kVA':
|
|
449
|
-
readonly '<=250kVA': 2.
|
|
450
|
-
readonly '>250kVA': 2.
|
|
448
|
+
readonly '<36kVA': 2.998;
|
|
449
|
+
readonly '<=250kVA': 2.579;
|
|
450
|
+
readonly '>250kVA': 2.579;
|
|
451
451
|
};
|
|
452
452
|
readonly basePrices: readonly [{
|
|
453
453
|
readonly power: 3;
|