Policy Workflow Step 15


Last updated
// Also save it in the DB.
{
"tag": "CSD02_device_registration",
"blockType": "sendToGuardianBlock",
"dataType": "vc-documents",
// Document in the DB is labeled as "Inverter" to enable later filtering in the grid.
"entityType": "Inverter",
"stopPropagation": false,
"uiMetaData": {}
}
],
//"cyclic" - go back one step to enable the creation of another sensor.
"cyclic": true
}
]
}, // Create interfaceContainerBlock to group all components on the page with MRV data.
{
"blockType": "InterfaceContainerBlock",
"tag": "mrv_page",
"defaultActive": true,
"permissions": [
"INSTALLER"
],
"uiMetaData": {
"type": "blank",
"title": "MRV"
},