UNPKG

@wappnet-systems/myq

Version:

A nearly complete and modern implementation of the Liftmaster / Chamberlain myQ API.

7 lines 218 B
/* Copyright(C) 2017-2023, HJD (https://github.com/hjdhjd). All rights reserved. * * index.ts: myQ API registration. */ export * from "./myq-api.js"; export * from "./myq-types.js"; //# sourceMappingURL=index.js.map