@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
9 lines (8 loc) • 433 B
TypeScript
export declare type Button = "Click";
export declare type AlertLevel = "Warning" | "Error";
export declare type NetworkPortID = "FRONT_MANAGEMENT" | "BACK_MANAGEMENT" | "PORT1" | "PORT1_0" | "PORT1_1" | "PORT1_2" | "PORT1_3" | "PORT2" | "PORT2_0" | "PORT2_1" | "PORT2_2" | "PORT2_3";
export declare const Enums: {
readonly NetworkPortID: NetworkPortID[];
readonly AlertLevel: AlertLevel[];
readonly Button: "Click"[];
};