@freekawa/ikawa-home-web-bluetooth
v0.1.0
Published
Web Bluetooth transport for IKAWA Home protocol clients
Maintainers
Readme
@freekawa/ikawa-home-web-bluetooth
Web Bluetooth transport for IKAWA Home.
This package is intentionally scoped to IKAWA Home behavior for now. IKAWA Pro compatibility is not implied.
Example
import { IkawaClient } from "@freekawa/ikawa-home-protocol";
import { IkawaBleTransport } from "@freekawa/ikawa-home-web-bluetooth";
const transport = new IkawaBleTransport();
const client = new IkawaClient(transport);See:
examples/browser-connect.tstests/smoke.mjs
