IntegratedAlarmSystem-Group / ias

The production version of the core of the Integrated Alarm System
https://integratedalarmsystem-group.github.io/
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Add delete capability to the CDB #1

Open acaproni opened 7 years ago

acaproni commented 7 years ago

The actual implementation of the CDB allows read and write/update items but does not allow to delete them. Deletion should be added to the interfaces and implemented in RDB and file implementers.

acaproni commented 7 years ago

During the implementation of this ticket, the merge parameter in the methods to write IASIOs should be removed.