UNPKG

hilink-ts

Version:

智能家居hilink扩展h5应用工具开发

28 lines (27 loc) 665 B
import { IProfileService } from "./profile_service"; export interface IProfileResult { allowToDetail: 0; bundleId: ""; deviceBluetoothName: ""; independentSurvey: 0; isSupportVoipCall: false; offeringCode: ""; pluginTag: ""; protocolType: "Mesh"; saleInfoVersion: ""; services: IProfileService[]; supportANC: 0; supportHagAbility: 0; supportHiCall: 0; supportMultiVoiceControl: false; supportOfflineControl: 0; supportStereo: ""; supportUpgradeDialog: false; supportVoiceControl: false; uiType: "H5"; upgradeDialog: 0; uriInfo: { uri: string; }; voiceControl: 0; }