-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved logging file format, added support for read-only parameters
* - adds date field to log file (requires exact time to be sent by heating system) * - /D0 recreates datalog.txt file with table header * - added "flags" field to command table structure. Currently, only FL_RONLY is supported to make a parameter read-only * - added DEFAULT_FLAG in config. Defaults to NULL, i.e. all fields are read/writeable. * Setting it to FL_RONLY makes all parameters read-only, e.g. for added level of security. * Individual parameters can be set to NULL/FL_RONLY to make only these parameters writable/read-only.
- Loading branch information
Showing
2 changed files
with
1,189 additions
and
1,163 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
Oops, something went wrong.