We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datetime
date
Main UI is missing config parameter support for the datetime and the date contexts, which are both defined by openHAB Core, see https://github.com/openhab/openhab-core/blob/a22349abf4b3106ec8a3eb9d36799e334cdfbf25/bundles/org.openhab.core.config.core/src/main/java/org/openhab/core/config/core/ConfigDescriptionParameter.java#L304.
There is need to implement those for openhab/openhab-core#4392.
The text was updated successfully, but these errors were encountered:
Config parameter: Implement date and datetime contexts
09a6a1a
Closes openhab#2816. Depends on openhab/openhab-core#4428. Signed-off-by: Florian Hotze <[email protected]>
acb464a
florian-h05
Successfully merging a pull request may close this issue.
Main UI is missing config parameter support for the
datetime
and thedate
contexts, which are both defined by openHAB Core, see https://github.com/openhab/openhab-core/blob/a22349abf4b3106ec8a3eb9d36799e334cdfbf25/bundles/org.openhab.core.config.core/src/main/java/org/openhab/core/config/core/ConfigDescriptionParameter.java#L304.There is need to implement those for openhab/openhab-core#4392.
The text was updated successfully, but these errors were encountered: