You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with validation reports using the new UDMI version. I encountered the following "state.out" error message. Could you please assist me in resolving this?
The error here is that the devices metadata here has a pointset, therefore it is required that the state message also includes the pointset blocks with the points the device is publishing data for. If the device does not have data points, then either add an emptoy pointsetblock or remove the pointset block from the metadata.json file.
This is not new UDMI behaviour, there was a bug in one version of the UDMI validator which did not raise this error
Hi Team,
I am facing an issue with validation reports using the new UDMI version. I encountered the following "state.out" error message. Could you please assist me in resolving this?
Payload Sent from the controller:
{
"version": "1",
"timestamp": "2023-08-21T08:47:52.470Z",
"system": {
"serial_no": "",
"last_config": "2022-06-02T09:00:43Z",
"operational": true,
"hardware": {
"make": "LLBMS",
"model": "Exhaust Fans",
"sku": "",
"rev": ""
},
"software": {
"firmware": "",
"os": ""
}
}
}
Validation Report at State.out
{
"timestamp" : "2023-08-21T11:39:58Z",
"version" : "1.4.1",
"sub_folder" : "update"
"sub_type" : "state",
"status" : {
"message" : "missing pointset subblock",
"detail" : "state_update: missing pointset subblock",
"category" : "validation.device.schema",
"timestamp" : "2023-08-21T11:39:58Z",
"level" : 500
},
"errors" : [ {
"message" : "missing pointset subblock",
"detail" : "state_update: missing pointset subblock",
"category" : "validation.device.schema",
"timestamp" : "2023-08-21T11:39:58Z",
"level" : 500
} ]
}
The text was updated successfully, but these errors were encountered: