Airthings Consumer API
    Preparing search index...

    Interface Device

    {
    serialNumber: '2960000000',
    home: 'My Home',
    name: 'My Airthings',
    type: 'VIEW_PLUS',
    sensors: [
    'temp',
    'humidity',
    ...
    ]
    interface Device {
        serialNumber: string;
        home?: string;
        name: string;
        type: string;
        sensors: string[];
    }
    Index

    Properties

    serialNumber: string
    home?: string
    name: string
    type: string
    sensors: string[]