UNPKG

homey-api

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