mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Create YamlConfigDescriptionDTO and YamlConfigDescriptionParameterGroupDTO Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> * Use YamlConfigDescriptionDTO for YAML pages and widgets Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> * Create YamlWidgetParser and add getAllFromModel() to YamlWidgetProvider.java Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> * Make sure that ObjectParser.getParsedObjects() returns a copy Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> * Update bundles/org.openhab.core.model.yaml/src/main/java/org/openhab/core/model/yaml/internal/config/YamlConfigDescriptionDTO.java Co-authored-by: Mark Herwege <mherwege@users.noreply.github.com> Signed-off-by: Nadahar <Nadahar@users.noreply.github.com> * Address review feedback and apply explicit charset to other "converters" Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> --------- Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com> Signed-off-by: Nadahar <Nadahar@users.noreply.github.com> Co-authored-by: Ravi Nadahar <nadahar@rediffmail.com> Co-authored-by: Mark Herwege <mherwege@users.noreply.github.com>