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
Saw there are some preferences could only be set via webinterface.
An idea: If the sitemap contains a "predefined" area with predefined items, they could used to change those values via openhab?
like
Text label="EZ-Touch-Name_Settings" { Switch item="EZ-Touch-Name_DayligtSaving" Default item="EZ-Touch-Name_LCDtimeout" Default item="EZ-Touch-Name_LCDnormalBrightness" Default item="EZ-Touch-Name_LCDdimBrightness" Switch item="EZ-Touch-Name_Beeper }
So if the Display founds the label of its name added with "_Settings" it could read the predefined Items and then use it for configuration.
The EZ-Touch-Name is just to be able to set different Settings if using more than one display.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Saw there are some preferences could only be set via webinterface.
An idea: If the sitemap contains a "predefined" area with predefined items, they could used to change those values via openhab?
like
Text label="EZ-Touch-Name_Settings" {
Switch item="EZ-Touch-Name_DayligtSaving"
Default item="EZ-Touch-Name_LCDtimeout"
Default item="EZ-Touch-Name_LCDnormalBrightness"
Default item="EZ-Touch-Name_LCDdimBrightness"
Switch item="EZ-Touch-Name_Beeper
}
So if the Display founds the label of its name added with "_Settings" it could read the predefined Items and then use it for configuration.
The EZ-Touch-Name is just to be able to set different Settings if using more than one display.
The text was updated successfully, but these errors were encountered: