-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Theme and view through websockets, ws: split model in modules + more
index.css - changes in themes - set color in textarea, body, input, select - remove hover blue - add .selected index.htm - rename showHideModules to changeHTMLView - add setTheme index.js - model as array (added per module) - replace htmlgenerated by check on module.id - onLoad: add getView - rename showHideModules to changeHTMLView - genHTML: add help/? in module - receiveHTML: Process view and theme (send from server) - changeHTML comment: not for td nodes - changeHTMLView: view buttons: add/remove selected - add changeHTMLTheme, set/get view/theme platformio: increase queuelength to 64 SysModFiles: remove deleteFiles SysModModel: remove deleteModel, increase queuesize for lossy updates SysModUI: - increase queuesize for varloop updates - processjson: view, canvasdata and theme broadcast update to clients SysModWeb - replace wsSendDataWsCounter by xSemaphoreCreateMutex wsEvent: send model per Module !! sendDataWs: use mutex, report on websocket size limit
- Loading branch information
Showing
11 changed files
with
1,443 additions
and
1,393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.