-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose maximum/minimum/step values of a numeric characteristics (#126)
This exposes the optional Properties of Characteristic Objects in JSON - Minimum Value - Maximum Value - Step Value These characteristics are only relevant for characteristics of format int or float. They allow finer specification of characteristics beyond the defaults. For example: if someone wants to limit the cooling temperature of an AC unit `heater_cooler` with no heater between 17C and 31C in 1C steps.
- Loading branch information
1 parent
f50b9ae
commit c6e035c
Showing
3 changed files
with
65 additions
and
0 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