This Forum is now reserved to registred users!
EXT-Pages v1.1.0 Coding
-
Hi, i will introduce v1.1.0 soon
What new ?
- Added:
rotationTimes: {}
This feature will allows to enforce default
rotationTime
value by pages!
So, each pages can have his proper display timerotationTimes: { 0: 10000, 1: 20000 }
In this sample: page 0 will be displayed 10 secs, page 1 will be displayed 20 secs.
Others page will use defaultrotationTime
value- Deleted:
- rotationDelay => really strange feature !?
- useLockString => forced in main core
- activeBright => forced in main core
- inactiveDimmed => forced in main core
- inactiveHollow => forced in main core
As usual, all coding part are in
dev
branch for testingFor testing:
git checkout -f dev && npm run update
Leave the dev branch:
git checkout -f master && npm run update
naturaly execute this command on
EXT-Pages
directory - Added:
-
This post is deleted! -
Finaly commit v1.1.0