@technology-all/technonlogy-scene
Version:
场景管理
45 lines (44 loc) • 2.23 kB
TypeScript
import Vue from "vue";
declare const _default: import("@vmm/html").DeepReadonlyObject<Omit<import("vue/types/vue").CombinedVueInstance<Vue<Record<string, any>, Record<string, any>, never, never, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, never, never, any>>, {}, {
/**
* 发送控制命令
* @param venueName 场地名称
* @param etecuteDevice 执行设备
* @param commond 命令(通用)
* @param commondInput 输入命令(视频矩阵)
* @param commondOut 输出命令(视频矩阵)
*/
sendCommond(venueName: string, etecuteDevice: string, commond: string, commondInput: string, commondOut: string): Promise<void>;
/**
* 发送控制命令
* @param venue
* @param device
* @param commond
*/
sendDevicesCommond(venue: string, deviceName: string, commond: string, bContinue?: boolean | undefined, num?: number | undefined): Promise<void>;
/**
* 发送控制命令(自己的中控)
* @param venue
* @param device
* @param commond
*/
sendDevicesCommondSelf(venue: string, deviceName: string, commond: string, bContinue?: boolean | undefined, num?: number | undefined): Promise<void>;
/**
* 发送视频矩阵控制命令
* @param venue
* @param device
* @param commondInput
* @param commondOut
*/
sendVideoBoxCommond(venue: string, deviceName: string, commondInput: string, commondOut: string): Promise<void>;
/**
* 发送视频矩阵控制命令
* @param venue
* @param device
* @param commondInput
* @param commondOut
*/
sendOneCommond(venue: string, deviceName: string, commond: string, commondName: string): Promise<void>;
getSceneId(): string;
}, object, Record<never, any>, {}>, "$data" | "$props" | "$parent" | "$root" | "$children" | "$options" | "$el" | "$refs" | "$slots" | "$scopedSlots" | "$isServer" | "$ssrContext" | "$vnode" | "$attrs" | "$listeners" | "$mount" | "$forceUpdate" | "$destroy" | "$set" | "$delete" | "$once" | "$off" | "$nextTick" | "$createElement" | "$router" | "$route" | "$Message" | "$Modal" | "$Notice">>;
export default _default;