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 3a5b85a commit 3ef94baCopy full SHA for 3ef94ba
src-shared/db-enum.js
@@ -39,7 +39,8 @@ exports.rootNode = {
39
endpointId: 0,
40
getParentEndpointIdentifier: null,
41
deviceVersion: 1,
42
- type: 'rootNode'
+ type: 'rootNode',
43
+ profileID: 259
44
}
45
46
exports.packageOptionCategory = {
src/store/zap/actions.js
@@ -480,7 +480,8 @@ export async function loadComposition(context) {
480
let endpoint = await addEndpoint(context, {
481
endpointId: dbEnum.rootNode.endpointId,
482
parentEndpointIdentifier: dbEnum.rootNode.parentEndpointIdentifier,
483
- endpointType: endpointTypeData.id
+ endpointType: endpointTypeData.id,
484
+ profileId: dbEnum.rootNode.profileID
485
})
486
return endpoint
487
0 commit comments