@nextera.one/axis-server-sdk 2.3.25 → 2.3.26
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-DiWSbPZ8.d.mts → index-CZbbGuUq.d.mts} +8 -0
- package/dist/{index-BRV_ohRW.d.ts → index-gFSt2xrf.d.ts} +8 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/sensors/index.d.mts +1 -1
- package/dist/sensors/index.d.ts +1 -1
- package/dist/sensors/index.js +5 -1
- package/dist/sensors/index.js.map +1 -1
- package/dist/sensors/index.mjs +5 -1
- package/dist/sensors/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/sensors/index.mjs
CHANGED
|
@@ -764,7 +764,11 @@ function Intent(action, options) {
|
|
|
764
764
|
bodyProfile: options?.bodyProfile,
|
|
765
765
|
tlv: options?.tlv,
|
|
766
766
|
dto: options?.dto,
|
|
767
|
-
is: options?.is
|
|
767
|
+
is: options?.is,
|
|
768
|
+
maxUseCount: options?.maxUseCount,
|
|
769
|
+
useCount: options?.useCount,
|
|
770
|
+
duration: options?.duration,
|
|
771
|
+
maxDuration: options?.maxDuration
|
|
768
772
|
});
|
|
769
773
|
Reflect.defineMetadata(INTENT_ROUTES_KEY, routes, target.constructor);
|
|
770
774
|
};
|