@@ -44,17 +44,20 @@ function register(callback) {
44
44
function adaptServiceInformation ( service ) {
45
45
/* jshint camelcase: false */
46
46
return {
47
- apikey : service . apikey ,
48
- token : service . trust ,
49
- cbHost : service . cbHost ,
50
- entity_type : service . type ,
51
- resource : service . resource ,
52
- service : service . service ,
53
- service_path : service . subservice ,
54
- attributes : service . attributes ,
55
- static_attributes : service . staticAttributes ,
56
- timezone : service . timezone ,
57
- timestamp : service . timestamp
47
+ apikey : service . apikey ,
48
+ token : service . trust ,
49
+ cbHost : service . cbHost ,
50
+ entity_type : service . type ,
51
+ resource : service . resource ,
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
58
61
} ;
59
62
}
60
63
0 commit comments