-
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.
Implement table cell updates: start with bool: update module enabled
index.css: modal window using gradient colors index.js: - add # in table cells (rowNr) - add disabled to checkbox, button and range if ro - processVarNode: use hasOwnProperty to catch boolean false also - processVarNode: add isArray to process array values (currently checkbox only supported -> WIP) pio.ini: disable Artnet and ddp temporarily Module.h: add enabledChanged SysModModel: - setValueB: add rowNr parameter (tbd for other types): for rows: create array if not yet and assign value to array element SysModModules: - mdlEnabled.chFun: create value array if not exist, if exists set modules enabled status and trigger enabledChange function SysModUI: - setChFunAndWs: add check for value arrays - processJson: check if var id has # (rowNr) - processJson: if rowNr, use the value array to check the right value - processJson: if bool call setValueB with rownr SysModWeb: - add print clIsFull.chFun - call setValueB with rowNr - add addResponseArray to deal with value arrays
- Loading branch information
1 parent
c31c638
commit c6aa7d7
Showing
13 changed files
with
482 additions
and
391 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
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
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.