SignalK / signalk-server

An implementation of a Signal K central server for boats.
http://signalk.org
Apache License 2.0
298 stars 150 forks source link

fix: removing last zone was not reflected in full data #1740

Closed tkurki closed 4 weeks ago

tkurki commented 1 month ago

This changes the behavior of saving metadata so that an empty zones array resulting from removing the last, previously added zone, will be handled as null value. The code handling full model deals properly with nulls, while empty arrays are silently ignored as updates.