Skip to content

Commit 45a686e

Browse files
Cerfoglgchicco785
authored andcommitted
Added lazy, commands, static and internal attributes to the payload sent to the IoT Agent Manager
1 parent 1eb4630 commit 45a686e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/services/common/iotManagerService.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ function register(callback) {
5252
service: service.service,
5353
service_path: service.subservice,
5454
attributes: service.attributes,
55+
lazy: service.lazy,
56+
commands: service.commands,
5557
static_attributes: service.staticAttributes,
58+
internal_attributes: service.internalAttributes,
5659
timezone: service.timezone,
5760
timestamp: service.timestamp
5861
};

0 commit comments

Comments
 (0)