Skip to content
Snippets Groups Projects
Commit bb8079c7 authored by Malte Bauch's avatar Malte Bauch
Browse files

Resolve "The model stored in the plugin is increasing in size"

This commit makes sure that the stored model data is only unmarshalled
if the plugin is newly created. Otherwise we assume that the plugin
represents the intended state (this is only temporary and will be
changed in the future). Requesting configuration data directly from the
device will now only pass that information through. Only changes
triggered through the controller itself will be persisted.

Additionally the handling of a subscribe response has been changed so
the data is not unmarshalled into the plugins model data.
parent cc479fd6
Branches
Tags
1 merge request!479Resolve "The model stored in the plugin is increasing in size"
Pipeline #152194 failed
Showing with 150 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment