TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface IDeviceParameters

    interface IDeviceParameters {
        default?: any;
        group?: "default" | "main" | "advanced" | "hide";
        label?: string;
        name?: string;
        options?: any[];
        type?: "number" | "text" | "dropdown" | "switch";
    }
    Index

    Properties

    default?: any
    group?: "default" | "main" | "advanced" | "hide"
    label?: string
    name?: string
    options?: any[]

    Optional only for dropdown

    type?: "number" | "text" | "dropdown" | "switch"