@enyo-energy/energy-app-sdk 0.0.101 → 0.0.102
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.
|
@@ -324,6 +324,10 @@ export interface EnyoDiagnosticsHeatpumpDhwBoostAction extends EnyoDiagnosticsCo
|
|
|
324
324
|
powerW: number;
|
|
325
325
|
/** Optional target temperature in Celsius. */
|
|
326
326
|
targetTempC?: number;
|
|
327
|
+
/** Optional current domestic hot water temperature in Celsius. */
|
|
328
|
+
currentTemperatureC?: number;
|
|
329
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
330
|
+
outdoorTemperatureC?: number;
|
|
327
331
|
}
|
|
328
332
|
/** Heatpump action: address room overheating. */
|
|
329
333
|
export interface EnyoDiagnosticsHeatpumpRoomOverheatingAction extends EnyoDiagnosticsControlActionBase {
|
|
@@ -334,6 +338,10 @@ export interface EnyoDiagnosticsHeatpumpRoomOverheatingAction extends EnyoDiagno
|
|
|
334
338
|
powerW: number;
|
|
335
339
|
/** Optional target temperature in Celsius. */
|
|
336
340
|
targetTempC?: number;
|
|
341
|
+
/** Optional current room temperature in Celsius. */
|
|
342
|
+
currentTemperatureC?: number;
|
|
343
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
344
|
+
outdoorTemperatureC?: number;
|
|
337
345
|
}
|
|
338
346
|
/** Heatpump action: boost buffer tank temperature. */
|
|
339
347
|
export interface EnyoDiagnosticsHeatpumpBufferTankBoostAction extends EnyoDiagnosticsControlActionBase {
|
|
@@ -344,6 +352,10 @@ export interface EnyoDiagnosticsHeatpumpBufferTankBoostAction extends EnyoDiagno
|
|
|
344
352
|
powerW: number;
|
|
345
353
|
/** Optional target temperature in Celsius. */
|
|
346
354
|
targetTempC?: number;
|
|
355
|
+
/** Optional current room temperature in Celsius. */
|
|
356
|
+
currentTemperatureC?: number;
|
|
357
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
358
|
+
outdoorTemperatureC?: number;
|
|
347
359
|
}
|
|
348
360
|
/** Union of all control plan action types. */
|
|
349
361
|
export type EnyoDiagnosticsControlAction = EnyoDiagnosticsStorageBlockDischargeAction | EnyoDiagnosticsStorageChargeFromGridAction | EnyoDiagnosticsStorageForceDischargeAction | EnyoDiagnosticsStorageChargingFromPvAction | EnyoDiagnosticsStorageDischargingIntoHomeAction | EnyoDiagnosticsChargerStartChargeAction | EnyoDiagnosticsChargerPauseChargeAction | EnyoDiagnosticsHeatpumpDhwBoostAction | EnyoDiagnosticsHeatpumpRoomOverheatingAction | EnyoDiagnosticsHeatpumpBufferTankBoostAction;
|
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.102';
|
|
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
|
@@ -324,6 +324,10 @@ export interface EnyoDiagnosticsHeatpumpDhwBoostAction extends EnyoDiagnosticsCo
|
|
|
324
324
|
powerW: number;
|
|
325
325
|
/** Optional target temperature in Celsius. */
|
|
326
326
|
targetTempC?: number;
|
|
327
|
+
/** Optional current domestic hot water temperature in Celsius. */
|
|
328
|
+
currentTemperatureC?: number;
|
|
329
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
330
|
+
outdoorTemperatureC?: number;
|
|
327
331
|
}
|
|
328
332
|
/** Heatpump action: address room overheating. */
|
|
329
333
|
export interface EnyoDiagnosticsHeatpumpRoomOverheatingAction extends EnyoDiagnosticsControlActionBase {
|
|
@@ -334,6 +338,10 @@ export interface EnyoDiagnosticsHeatpumpRoomOverheatingAction extends EnyoDiagno
|
|
|
334
338
|
powerW: number;
|
|
335
339
|
/** Optional target temperature in Celsius. */
|
|
336
340
|
targetTempC?: number;
|
|
341
|
+
/** Optional current room temperature in Celsius. */
|
|
342
|
+
currentTemperatureC?: number;
|
|
343
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
344
|
+
outdoorTemperatureC?: number;
|
|
337
345
|
}
|
|
338
346
|
/** Heatpump action: boost buffer tank temperature. */
|
|
339
347
|
export interface EnyoDiagnosticsHeatpumpBufferTankBoostAction extends EnyoDiagnosticsControlActionBase {
|
|
@@ -344,6 +352,10 @@ export interface EnyoDiagnosticsHeatpumpBufferTankBoostAction extends EnyoDiagno
|
|
|
344
352
|
powerW: number;
|
|
345
353
|
/** Optional target temperature in Celsius. */
|
|
346
354
|
targetTempC?: number;
|
|
355
|
+
/** Optional current room temperature in Celsius. */
|
|
356
|
+
currentTemperatureC?: number;
|
|
357
|
+
/** Optional current outdoor temperature in Celsius. */
|
|
358
|
+
outdoorTemperatureC?: number;
|
|
347
359
|
}
|
|
348
360
|
/** Union of all control plan action types. */
|
|
349
361
|
export type EnyoDiagnosticsControlAction = EnyoDiagnosticsStorageBlockDischargeAction | EnyoDiagnosticsStorageChargeFromGridAction | EnyoDiagnosticsStorageForceDischargeAction | EnyoDiagnosticsStorageChargingFromPvAction | EnyoDiagnosticsStorageDischargingIntoHomeAction | EnyoDiagnosticsChargerStartChargeAction | EnyoDiagnosticsChargerPauseChargeAction | EnyoDiagnosticsHeatpumpDhwBoostAction | EnyoDiagnosticsHeatpumpRoomOverheatingAction | EnyoDiagnosticsHeatpumpBufferTankBoostAction;
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED