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

    Interface DeviceListScope

    Device List scope to be used in your analysis functions example:

    • async function editDevice({ scope }: RouterConstructor & { scope: DeviceListScope[] }) {}
    interface DeviceListScope {
        device: string;
        name?: string;
        old?: { name?: string; [key: string]: string };
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Tag keys are formated as tags.key and parameters as param.key

    Index

    Properties

    Properties

    device: string
    name?: string
    old?: { name?: string; [key: string]: string }

    old parameter key will include a json with the old values of the parameters