edilkamin
    Preparing search index...

    Interface DiscoveredDevice

    Represents a discovered Edilkamin device from Bluetooth scanning.

    interface DiscoveredDevice {
        bleMac: string;
        name: string;
        rssi?: number;
        wifiMac: string;
    }
    Index

    Properties

    bleMac: string

    BLE MAC address as discovered

    name: string

    Device name (typically "EDILKAMIN_EP")

    rssi?: number

    Signal strength in dBm (optional, not all platforms provide this)

    wifiMac: string

    WiFi MAC address (BLE MAC - 2), used for API calls