AV-Touchpanel
- Config based av-touchpanel ui for any backend processor / core / server
Demo: av-touchpanel
Demo-Old: av-touchpanel-old
Crestron VC4 Setup
- Create token in VC4 "Settings" for use as XPanel authentication
- Unzip ./simpl/av-touchpanel_compiled.zip
- Load ./simpl/av-touchpanel.lpz and ./archive/av-touchpanel.ch5z to VC4
- Go to XPanel URL and update backend details
XPanel Security Note
- You have to go to https://:49200 and accept the self-signed certificate before secure WebSocket works
- More Info
Development
Live Development
# Install dependencies
npm install
# Run dev server
npm run dev
Create Archive
# Install dependencies
npm install
# Build
npm run build
# Archive
npm run archive
TODO