energy-flow-control--types-and-enums 1.0.265 → 1.0.266
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.
- package/package.json +1 -1
- package/src/types/index.d.ts +2 -2
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
EnumSolarForecastApi,
|
|
26
26
|
EnumTariffConsumptionType,
|
|
27
27
|
EnumTariffPlanState,
|
|
28
|
-
EnumThermometerModel,
|
|
28
|
+
EnumThermometerModel, EnumUserSettingName,
|
|
29
29
|
EnumUserStatus,
|
|
30
30
|
EnumValueReadingSourceType,
|
|
31
31
|
} from '../enums'
|
|
@@ -706,6 +706,6 @@ export interface IEnergyMeterAssignedToCustomerOrAccommodationUnit extends ITime
|
|
|
706
706
|
|
|
707
707
|
export interface IUserSetting extends ITimeTravelProps {
|
|
708
708
|
userId: number
|
|
709
|
-
settingName:
|
|
709
|
+
settingName: EnumUserSettingName
|
|
710
710
|
value: string | number | null
|
|
711
711
|
}
|