@energycap/energycap-sdk-angular 8.2605.151-develop-20260518-1630 → 8.2605.154-develop-20260522-1218
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.
|
@@ -150592,27 +150592,27 @@ class EUIGoalMilestoneRequest {
|
|
|
150592
150592
|
*/
|
|
150593
150593
|
class EUIGoalMilestoneResponse {
|
|
150594
150594
|
/**
|
|
150595
|
-
* The identifier for the EUI goal milestone
|
|
150595
|
+
* The identifier for the EUI goal milestone.
|
|
150596
150596
|
*/
|
|
150597
150597
|
euiGoalMilestoneId;
|
|
150598
150598
|
/**
|
|
150599
|
-
* The target year this milestone represents
|
|
150599
|
+
* The target year this milestone represents.
|
|
150600
150600
|
*/
|
|
150601
150601
|
targetYear;
|
|
150602
150602
|
/**
|
|
150603
|
-
* A percent value that represents the target EUI reduction for the target year
|
|
150603
|
+
* A percent value that represents the target EUI reduction for the target year.
|
|
150604
150604
|
*/
|
|
150605
150605
|
targetReductionPercentage;
|
|
150606
150606
|
/**
|
|
150607
|
-
* The target EUI for this milestone
|
|
150607
|
+
* The target EUI for this milestone. Null if the EUI is not available for the base year.
|
|
150608
150608
|
*/
|
|
150609
150609
|
targetEUI;
|
|
150610
150610
|
/**
|
|
150611
|
-
* The actual EUI achieved for this milestone's year. Null if the milestone's target year is either the current year or in the future
|
|
150611
|
+
* The actual EUI achieved for this milestone's year. Null if the milestone's target year is either the current year or in the future.
|
|
150612
150612
|
*/
|
|
150613
150613
|
actualEUI;
|
|
150614
150614
|
/**
|
|
150615
|
-
* The actual percentage EUI reduction achieved for this milestone's year. Null if the milestone's target year is either the current year or in the future
|
|
150615
|
+
* The actual percentage EUI reduction achieved for this milestone's year. Null if the milestone's target year is either the current year or in the future.
|
|
150616
150616
|
*/
|
|
150617
150617
|
actualEUIReductionPercentage;
|
|
150618
150618
|
}
|
|
@@ -150667,26 +150667,38 @@ class EUIGoalPlaceData {
|
|
|
150667
150667
|
*/
|
|
150668
150668
|
class EUIGoalResponse {
|
|
150669
150669
|
/**
|
|
150670
|
-
* The identifier for the EUI goal
|
|
150670
|
+
* The identifier for the EUI goal.
|
|
150671
150671
|
*/
|
|
150672
150672
|
euiGoalId;
|
|
150673
150673
|
place;
|
|
150674
150674
|
/**
|
|
150675
|
-
* The base year for this EUI goal, which is used as the basis for calculating the EUI reduction percentage
|
|
150675
|
+
* The base year for this EUI goal, which is used as the basis for calculating the EUI reduction percentage.
|
|
150676
150676
|
*/
|
|
150677
150677
|
baseYear;
|
|
150678
150678
|
/**
|
|
150679
|
-
* The EUI for this goal's place in the selected base year
|
|
150679
|
+
* The EUI for this goal's place in the selected base year. Null if the EUI is not available for the base year.
|
|
150680
150680
|
*/
|
|
150681
150681
|
baseYearEUI;
|
|
150682
150682
|
/**
|
|
150683
|
-
* The total energy use for this goal's place in the selected base year
|
|
150683
|
+
* The total energy use for this goal's place in the selected base year. Null if the energy use is not available for the base year.
|
|
150684
150684
|
*/
|
|
150685
150685
|
baseYearUse;
|
|
150686
150686
|
/**
|
|
150687
|
-
* A list of milestones associated with this EUI goal
|
|
150687
|
+
* A list of milestones associated with this EUI goal.
|
|
150688
150688
|
*/
|
|
150689
150689
|
milestones;
|
|
150690
|
+
/**
|
|
150691
|
+
* Gets or sets a value indicating whether the goal was created by Watts.
|
|
150692
|
+
*/
|
|
150693
|
+
createdByWatts;
|
|
150694
|
+
/**
|
|
150695
|
+
* Gets or sets the date and time when the goal was created by Watts.
|
|
150696
|
+
*/
|
|
150697
|
+
wattsCreatedDate;
|
|
150698
|
+
/**
|
|
150699
|
+
* Gets or sets the date and time when the goal was last modified by Watts.
|
|
150700
|
+
*/
|
|
150701
|
+
wattsModifiedDate;
|
|
150690
150702
|
}
|
|
150691
150703
|
|
|
150692
150704
|
/**
|
|
@@ -153125,6 +153137,10 @@ class EsaIntervalDataOverlay {
|
|
|
153125
153137
|
*/
|
|
153126
153138
|
class EsaIntervalDataResponse {
|
|
153127
153139
|
dateRange;
|
|
153140
|
+
/**
|
|
153141
|
+
*
|
|
153142
|
+
*/
|
|
153143
|
+
latestIntervalWithData;
|
|
153128
153144
|
/**
|
|
153129
153145
|
* Data grouping interval in minutes
|
|
153130
153146
|
*/
|