Fixing layer for wamo

This commit is contained in:
Martin Karkowski 2021-10-20 21:25:25 +02:00
parent ab1fb07ccc
commit 1128e918a7
3 changed files with 26 additions and 26 deletions

View File

@ -53,9 +53,9 @@ rmdir logs /s /q
node .\dist\modules\wamo\cli\generateConfig.js
@REM create the new services
@REM node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer io-client --log info
node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer io-client --log info --params mqtt://mqtt.demonstrator04.local
node .\dist\lib\cli\ioServerService.js -m install
node .\dist\lib\cli\ioServerService.js -m start
node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer mqtt --log info --params mqtt://mqtt.demonstrator04.local
@REM node .\dist\lib\cli\ioServerService.js -m install
@REM node .\dist\lib\cli\ioServerService.js -m start
@REM now reinstall the services

View File

@ -44,9 +44,9 @@ rmdir logs /s /q
node .\dist\modules\wamo\cli\generateConfig.js
@REM create the new services
@REM node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer io-client --log info
node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer io-client --log info --params mqtt://mqtt.demonstrator04.local
node .\dist\lib\cli\ioServerService.js -m install
node .\dist\lib\cli\ioServerService.js -m start
node .\dist\lib\cli\createService.js --noFuncs --runInstances --runEveryService --runExtra --layer mqtt --log info --params mqtt://mqtt.demonstrator04.local
@REM node .\dist\lib\cli\ioServerService.js -m install
@REM node .\dist\lib\cli\ioServerService.js -m start
@REM now reinstall the services

View File

@ -18,26 +18,26 @@ const config = {
functions: [],
packages: [
// Mirrpr
{
nameOfPackage: "mirrorPackage",
defaultInstances: [
{
options: {
identifier: ("wamo-" + name + "-mirror").toLowerCase(),
params: [
"http://nope-master.demonstrator04.local:7000",
"info", // Logger-Level
false, // considerConnection
false // waitForConnection
],
type: "MirrorLinkModule"
},
selector: "MirrorLinkModule"
}
],
autostart: {},
path: join(resolve(process.cwd()), "dist\\modules\\mirror\\src\\mirror-link.package.js")
},
// {
// nameOfPackage: "mirrorPackage",
// defaultInstances: [
// {
// options: {
// identifier: ("wamo-" + name + "-mirror").toLowerCase(),
// params: [
// "http://nope-master.demonstrator04.local:7000",
// "info", // Logger-Level
// false, // considerConnection
// false // waitForConnection
// ],
// type: "MirrorLinkModule"
// },
// selector: "MirrorLinkModule"
// }
// ],
// autostart: {},
// path: join(resolve(process.cwd()), "dist\\modules\\mirror\\src\\mirror-link.package.js")
// },
// Beckhoff
{
nameOfPackage: "beckhoffPackage",