mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Add semantic tags to conversion REST API Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Copilot comments: first set of changes Signed-off-by: Laurent Garnier <lg.hc@free.fr> * getAllFromModel: copy list Signed-off-by: Laurent Garnier <lg.hc@free.fr> * removeModel: get a mutable empty list Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Simplification in method parse (REST API) Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Force UTF-8 charset when using the file-format APIs Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Change default value for parameter hideDefaultTags to false Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Add parameter to exclude non editable tags Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Finally apply hideNonEditableTags/hideDefaultTags params even when UIDs are provided Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Review comment: use/add methods isEditable/IsDefault from the registry Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Extend REST API getTags to have the info in the response if the tag is default Signed-off-by: Laurent Garnier <lg.hc@free.fr> --------- Signed-off-by: Laurent Garnier <lg.hc@free.fr>