@enyo-energy/energy-app-sdk 0.0.76 → 0.0.77
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.
|
@@ -480,6 +480,8 @@ export interface EnyoDataBusSetChargingScheduleV1 extends EnyoDataBusMessage {
|
|
|
480
480
|
message: EnyoDataBusMessageEnum.SetChargingScheduleV1;
|
|
481
481
|
applianceId: string;
|
|
482
482
|
data: {
|
|
483
|
+
/** If set, we set the charging profile bind to a transaction with TxProfile */
|
|
484
|
+
transactionId?: string;
|
|
483
485
|
relativeSchedule: EnyoOcppRelativeSchedule[];
|
|
484
486
|
/** Optional reason why this command was issued */
|
|
485
487
|
reason?: EnyoDataBusCommandReason;
|
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.77';
|
|
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
|
@@ -480,6 +480,8 @@ export interface EnyoDataBusSetChargingScheduleV1 extends EnyoDataBusMessage {
|
|
|
480
480
|
message: EnyoDataBusMessageEnum.SetChargingScheduleV1;
|
|
481
481
|
applianceId: string;
|
|
482
482
|
data: {
|
|
483
|
+
/** If set, we set the charging profile bind to a transaction with TxProfile */
|
|
484
|
+
transactionId?: string;
|
|
483
485
|
relativeSchedule: EnyoOcppRelativeSchedule[];
|
|
484
486
|
/** Optional reason why this command was issued */
|
|
485
487
|
reason?: EnyoDataBusCommandReason;
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED