forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[teleinfo] Add support for Standard tic mode (openhab#11375)
* Add a ticMode parameter to serial controller Signed-off-by: Olivier Marceau <[email protected]> * Improve checksum verification Signed-off-by: Olivier Marceau <[email protected]> * Add parameter to deactivate checksum verification Signed-off-by: Olivier Marceau <[email protected]> * Add standard field labels Signed-off-by: Olivier Marceau <[email protected]> * Add things and channels for standard tic mode Signed-off-by: Olivier Marceau <[email protected]> * Add standard tic mode timestamp Signed-off-by: Olivier Marceau <[email protected]> * Fix typo Signed-off-by: Olivier Marceau <[email protected]> * Add some required null annotation Signed-off-by: Olivier Marceau <[email protected]> * Add parser for relais states Signed-off-by: Olivier Marceau <[email protected]> * Add relais channels and refactor standard mode channels Signed-off-by: Olivier Marceau <[email protected]> * Add @NonNullByDefault on enum Signed-off-by: Olivier Marceau <[email protected]> * Update documentation Signed-off-by: Olivier Marceau <[email protected]> * Fix formula in documentation Signed-off-by: Olivier Marceau <[email protected]> * Fix code issues Signed-off-by: Olivier Marceau <[email protected]> * Move channel type description in same file than channel group type description Signed-off-by: Olivier Marceau <[email protected]> * Add pattern specification to dateTime channel type Signed-off-by: Olivier Marceau <[email protected]> * Add missing channelGroup id in channel UID Signed-off-by: Olivier Marceau <[email protected]> * Add trace log Signed-off-by: Olivier Marceau <[email protected]> * Fix group labels Signed-off-by: Olivier Marceau <[email protected]> * Make labels uppercase Signed-off-by: Olivier Marceau <[email protected]> * Make options lowercase Signed-off-by: Olivier Marceau <[email protected]> * Simplify group label Signed-off-by: Olivier Marceau <[email protected]>
- Loading branch information
1 parent
76d9c0f
commit e09ed66
Showing
34 changed files
with
1,765 additions
and
90 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.