UNPKG

esphome-client

Version:

A nearly complete implementation of the ESPHome client protocol with encryption support.

9 lines 275 B
/* Copyright(C) 2019-2025, HJD (https://github.com/hjdhjd). All rights reserved. * * index.ts: ESPHome Client API registration. */ /** @internal */ // Export our API. export * from "./crypto-noise.js"; export * from "./esphome-client.js"; //# sourceMappingURL=index.js.map