mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-04-29 12:53:40 +01:00
updates
This commit is contained in:
parent
33150da9c8
commit
57d97b0d9b
@ -8,6 +8,6 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000 10001/udp
|
||||
EXPOSE 3000 10001
|
||||
|
||||
CMD [ "node", "Example.js" ]
|
@ -11,8 +11,8 @@ const settings = {
|
||||
plugInfo : [
|
||||
// Add uid and a name so you can easily identify the connected sockets
|
||||
{
|
||||
uid :'53dd7fe74de7',
|
||||
name: "Lamp in Kitchen"
|
||||
uid :'5ccf7f22fba4',
|
||||
name: "3D Printer"
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user