UNPKG

homey-api

Version:
14 lines (8 loc) 316 B
'use strict'; const API = require('./API'); class AthomWebhooksAPI extends API { static SPECIFICATION = require('../assets/specifications/AthomWebhooksAPI.json'); static SPECIFICATION_URL = 'https://webhooks.athom.com/specification.json'; static JSDOC_PRIVATE = true; } module.exports = AthomWebhooksAPI;