UNPKG

homebridge-pushover-notification

Version:

Homebridge plugin to send push notifications through Pushover from HomeKit

4 lines 127 B
export const wait = (delay) => new Promise((resolve) => { setTimeout(resolve, delay); }); //# sourceMappingURL=utils.js.map