@tikoci/centrs
    Preparing search index...

    Interface DevicesWhereClause

    One --where attr=value device-class clause for devices list (exact-match, AND-combined).

    interface DevicesWhereClause {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string
    value: string