iotroam
    Preparing search index...

    Type Alias DeviceAlter

    type DeviceAlter = {
        expiry?: string | null;
        location?: string | null;
        mac: string;
        name: string;
        owner: { id: number | string; type: "group" };
        password: string;
        profile?: number | null;
    }
    Index

    Properties

    expiry?: string | null
    location?: string | null

    30 characters (Experimented limit not in api docs)

    mac: string

    <= 23 characters

    name: string

    <= 32 characters

    owner: { id: number | string; type: "group" }
    password: string

    <= 63 characters

    profile?: number | null