zigbee-herdsman
    Preparing search index...

    Interface DatabaseEntry

    interface DatabaseEntry {
        id: number;
        type: EntityType;
        [s: string]: any;
    }

    Indexable

    • [s: string]: any
    Index

    Properties

    Properties

    id: number