We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4630 commit 45a686eCopy full SHA for 45a686e
lib/services/common/iotManagerService.js
@@ -52,7 +52,10 @@ function register(callback) {
52
service: service.service,
53
service_path: service.subservice,
54
attributes: service.attributes,
55
+ lazy: service.lazy,
56
+ commands: service.commands,
57
static_attributes: service.staticAttributes,
58
+ internal_attributes: service.internalAttributes,
59
timezone: service.timezone,
60
timestamp: service.timestamp
61
};
0 commit comments