Preparing search index...

    Interface BLEProvider

    A BLE provider supplies hardware access — a local BlueZ adapter, a remote ESP32 gateway, an MQTT bridge, etc. Follows the Weather provider pattern: { name, methods }.

    interface BLEProvider {
        methods: BLEProviderMethods;
        name: string;
    }
    Index
    name: string