Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias FaultHandler

    Handles Clearing of all faults across all devices, in a centralized location

    type FaultHandler = {
        clear?: boolean;
    }
    Index

    Properties

    Properties

    clear?: boolean

    When sent to the server, clears all faults from all devices.

    {
    "apiVersion": "1.0.0",
    "method": "SET",
    "payload": {
    "faults": {
    "clear": true
    }
    }
    }