homey-api
Version:
14 lines (8 loc) • 336 B
JavaScript
const API = require('./API');
class AthomNotificationsAPI extends API {
static SPECIFICATION = require('../assets/specifications/AthomNotificationsAPI.json');
static SPECIFICATION_URL = 'https://notifications.athom.com/specification.json';
static JSDOC_PRIVATE = true;
}
module.exports = AthomNotificationsAPI;
;