@enyo-energy/energy-app-sdk 0.0.173 → 0.0.174
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.
|
@@ -29,6 +29,8 @@ export interface EnyoHeatingRodApplianceMetadata {
|
|
|
29
29
|
mode?: EnyoHeatingRodApplianceModeEnum;
|
|
30
30
|
/** Rated electrical power of the heating rod in watts */
|
|
31
31
|
ratedPowerW?: number;
|
|
32
|
+
/** the target temperature of this heating rod. Might be different than the target of the heatpump */
|
|
33
|
+
targetTemperatureC: number;
|
|
32
34
|
/**
|
|
33
35
|
* Optional identifier of the heat pump appliance this heating rod is
|
|
34
36
|
* associated with. References the `id` of an EnyoAppliance of type Heatpump.
|
package/dist/cjs/version.cjs
CHANGED
|
@@ -9,7 +9,7 @@ exports.getSdkVersion = getSdkVersion;
|
|
|
9
9
|
/**
|
|
10
10
|
* Current version of the enyo Energy App SDK.
|
|
11
11
|
*/
|
|
12
|
-
exports.SDK_VERSION = '0.0.
|
|
12
|
+
exports.SDK_VERSION = '0.0.174';
|
|
13
13
|
/**
|
|
14
14
|
* Gets the current SDK version.
|
|
15
15
|
* @returns The semantic version string of the SDK
|
package/dist/cjs/version.d.cts
CHANGED
|
@@ -29,6 +29,8 @@ export interface EnyoHeatingRodApplianceMetadata {
|
|
|
29
29
|
mode?: EnyoHeatingRodApplianceModeEnum;
|
|
30
30
|
/** Rated electrical power of the heating rod in watts */
|
|
31
31
|
ratedPowerW?: number;
|
|
32
|
+
/** the target temperature of this heating rod. Might be different than the target of the heatpump */
|
|
33
|
+
targetTemperatureC: number;
|
|
32
34
|
/**
|
|
33
35
|
* Optional identifier of the heat pump appliance this heating rod is
|
|
34
36
|
* associated with. References the `id` of an EnyoAppliance of type Heatpump.
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED