I know that we just can show a single page on CPX by Web presentation module. e.g.
Create a web presentation instance. When running on a PC this will
start a new web-server on a default port
When running on a Digi device this presentation will “extend” the
web-server built in to the Digi device with a new page named
“idigi_dia.html”. See the file src/presentations/web/web.py form more
information.
- name: web0
driver: presentations.web.web:Web
settings:
page: test.html
title: “Test 123”
If I want to access more than one webpage (e.g. test.html -> read.html -> write.html), how can I modify the code web.py? or do we have any other choice?
Thanks,