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

    Interface DeviceEmptyParams

    interface DeviceEmptyParams {
        route?: "immutable" | "mutable";
    }
    Index

    Properties

    Properties

    route?: "immutable" | "mutable"

    For Hybrid devices only: empty a single side of the device instead of everything. "mutable" truncates the editable variables; "immutable" drops the telemetry chunks. Omit to remove all data (every device type).