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

    Interface DeviceDataRestore

    interface DeviceDataRestore {
        deviceID: string;
        file_address: string;
        notification?: boolean;
    }
    Index

    Properties

    deviceID: string
    file_address: string
    notification?: boolean