@juhuu/sdk-ts 1.2.231 → 1.2.232
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -611,6 +611,7 @@ interface ParameterUpdateBlock extends BaseBlock {
|
|
|
611
611
|
changedFields: DataEdgeConnection;
|
|
612
612
|
};
|
|
613
613
|
data: {
|
|
614
|
+
type: "boolean" | "number" | "text" | "enum";
|
|
614
615
|
parameterId: string | null;
|
|
615
616
|
deviceId: string | null;
|
|
616
617
|
currentValue: number | string | boolean | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -611,6 +611,7 @@ interface ParameterUpdateBlock extends BaseBlock {
|
|
|
611
611
|
changedFields: DataEdgeConnection;
|
|
612
612
|
};
|
|
613
613
|
data: {
|
|
614
|
+
type: "boolean" | "number" | "text" | "enum";
|
|
614
615
|
parameterId: string | null;
|
|
615
616
|
deviceId: string | null;
|
|
616
617
|
currentValue: number | string | boolean | null;
|