File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11const webXpanel = require ( '../node_modules/@crestron/ch5-webxpanel/dist/cjs/index.js' ) ;
22
33const configuration = {
4- host : '192.168.115.220 ' ,
5- ipId : '28 '
4+ host : '192.168.115.24 ' ,
5+ ipId : '27 '
66} ;
77
88if ( webXpanel . isActive ) {
You can’t perform that action at this time.
0 commit comments