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

    Type Alias Laser

    🔦 Laser Used to toggle the lasers. WARNING Lasers are very dangerous and can cause serious injury or damage. Always use caution when operating lasers. Deep Trekker recommends having a warning in the frontend when toggling the lasers on to ensure the operator is aware of the risk.

    type Laser = {
        enabled: boolean;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Toggles the laser on/off

    {
    "enabled": true
    }