UNPKG

homey-api

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