Skip to content

Commit

Permalink
add storeLastMeasure to iotagent-manager model
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jan 9, 2025
1 parent a8bf666 commit 6d77aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/common/iotManagerService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}

Expand Down

0 comments on commit 6d77aee

Please sign in to comment.