opensensemap-client
    Preparing search index...

    Type Alias UpdateBoxOptions

    type UpdateBoxOptions = {
        addons?: Record<string | number, string | number>;
        description?: string;
        grouptag?: string[];
        image?: string;
        location?: Coordinates;
        mqtt?: MQTT;
        name?: string;
        sensors?: (
            UpdateBoxSensorNew
            | UpdateBoxSensorEdited
            | UpdateBoxSensorDeleted
        )[];
        ttn?: TTN;
    }
    Index

    Properties

    addons?: Record<string | number, string | number>
    description?: string
    grouptag?: string[]
    image?: string
    location?: Coordinates
    mqtt?: MQTT
    name?: string
    ttn?: TTN