UNPKG

mediola-aio-gateway

Version:
8 lines (5 loc) 212 B
import Gateway from '../Gateway.js' const gateway = new Gateway('http://192.168.1.123') gateway.getStates().then(result => { console.log(JSON.stringify(result, null, ' ')) }).catch(err => console.error(err))