@brbeaird/myq
Version:
A commonJS fork of hjdhjd's myq implementation
17 lines • 475 B
JavaScript
;
/* Copyright(C) 2017-2023, HJD (https://github.com/hjdhjd). All rights reserved.
*
* myq-types.ts: Type definitions for myQ.
*/
Object.defineProperty(exports, "__esModule", { value: true });
/*
* // List all the door types we know about. For future use...
* const myQDoorTypes = [
* "commercialdooropener",
* "garagedooropener",
* "gate",
* "virtualgaragedooropener",
* "wifigaragedooropener"
* ];
*/
//# sourceMappingURL=myq-types.js.map