Heatzy API for Node.js - v13.0.0
    Preparing search index...

    Interface DeviceBinding

    One /bindings entry — the wire identity of a bound device.

    interface DeviceBinding {
        dev_alias: string;
        did: string;
        product_key: string;
        product_name: string;
    }
    Index
    dev_alias: string
    did: string
    product_key: string
    product_name: string