UNPKG

casa-calida

Version:

Connects your RaZberry to the casa-calida servers. Runs directly on your Raspberry Pi.

21 lines (19 loc) 438 B
/** * @author <a href="mailto:stefan@stefanmayer.me">Stefan Mayer</a> */ module.exports = { zwave: { server: 'localhost', port: '8083', secure: false, username: 'admin', password: 'xxxxxxx', }, cciot: ['xxx.xxx.xxx.xxx'], casacalida: { server: 'www.casa-calida.com', port: '3000', secure: false, token: 'xxxxxxxxxx', }, };