Skip to content

Commit ee198d4

Browse files
committed
xpanel attempt non working
1 parent 62ce7d8 commit ee198d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "webpack",
88
"archive": "ch5-cli archive -p project -d dist -o archive",
9-
"contract archive": "ch5-cli archive -p project -d dist -o archive -c ./contracts/output/General/interface/mapping/General.cse2j",
9+
"contractarchive": "ch5-cli archive -p xpanelV2 -d dist -o archive -c ./contracts/output/General/interface/mapping/General.cse2j",
1010
"onestep": "npm run build && npm run archive",
1111
"huddle:build": "webpack --env source=ExampleRooms/HuddleRoom/html --env target=ExampleRooms/HuddleRoom",
1212
"huddle:archive": "ch5-cli archive -p HuddleRoom -d ExampleRooms/HuddleRoom/dist -o archive",

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const webXpanel = require('../node_modules/@crestron/ch5-webxpanel/dist/cjs/index.js');
22

33
const configuration = {
4-
host: '192.168.115.220',
5-
ipId: '28'
4+
host: '192.168.115.24',
5+
ipId: '27'
66
};
77

88
if (webXpanel.isActive) {

0 commit comments

Comments
 (0)