From 6d77aeee55c8c47a51514d43915fd0140b34269a Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 9 Jan 2025 11:03:28 +0100 Subject: [PATCH] add storeLastMeasure to iotagent-manager model --- lib/services/common/iotManagerService.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/services/common/iotManagerService.js b/lib/services/common/iotManagerService.js index b56fe9858..911ed3e26 100644 --- a/lib/services/common/iotManagerService.js +++ b/lib/services/common/iotManagerService.js @@ -63,7 +63,8 @@ function register(callback) { entityNameExp: service.entityNameExp, payloadType: service.payloadType, endpoint: service.endpoint, - transport: service.transport + transport: service.transport, + storeLastMeasure: service.storeLastMeasure }; }