orvibo-b25-server-kex/OrviboSettings.js
2017-10-15 13:43:38 +11:00

13 lines
345 B
JavaScript

// Settings/Config store for orvibo socket server
module.exports = {
LOG_PACKET: false,
ORVIBO_KEY: '', // put your PK key here as plain text
plugInfo : [
// Add uid and a name so you can easily identify the connected sockets
{
uid :'53dd7fe74de7',
name: "Lamp in Kitchen"
},
],
}