@ailife-dev-vue/uiplus 0.0.2 → 0.0.3
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.ts +1 -1
- package/dist/index.mjs +612 -612
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1184,7 +1184,7 @@ export declare interface HilinkDevHistoryRecord {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
1186
|
/** 与宿主 HiLink 约定:`_deviceControlInner(deviceId, payloadJson, callbackName)`,其中 payload 为 JSON 字符串。 */
|
|
1187
|
-
export declare type HilinkDeviceControlFn = (deviceId: string, payloadJson: string, callbackName: string) => void | Promise<unknown>;
|
|
1187
|
+
export declare type HilinkDeviceControlFn = (deviceId: string, payloadJson: string, callbackName: string | undefined) => void | Promise<unknown>;
|
|
1188
1188
|
|
|
1189
1189
|
/**
|
|
1190
1190
|
* HiLink 设备控制:与宿主约定的 payload 结构(服务 id → 特征名 → 写入值)。
|