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

    Type Alias Light

    💡 Light control. Contains an intensity property to determine the strength of the lights.

    type Light = {
        intensity: number;
    }
    Index

    Properties

    Properties

    intensity: number

    Light Intensity

    Light intensity, intensity of zero is off.

    {
    "intensity": 50
    }

    0

    100