mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-04-29 12:53:40 +01:00
13 lines
345 B
JavaScript
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"
|
||
|
},
|
||
|
],
|
||
|
}
|