-
Notifications
You must be signed in to change notification settings - Fork 8
Description
This issue is for the provision of examples of SPT declarations as Sensor instance in STA.
{
"@iot.id": 1,
"sensorType": "Ideally an entry of a controlled vocabulary to identify the type of test that is performed.",
"name": "A name given to the test that was performed. Most of the time the code / name that is used to mentionned the test",
"description": "Free text you can write to describe the test that was performed",
"metadata": "A link to a resource that propose extra information about the test",
"encodingType": "Type of encoding that is used for the metadata",
"properties": {
"Hammer serial number from manufacturer" : "AB1234",
"Energy ratio of the hammer (%)" : "60",
"Self-weight penetration (mm)" : "25",
"SPT carried out in soft rock" : "No",
"Accrediting body and reference number (when appropriate)" : "UKAS 0000",
"Test status" : "Checked",
"Associated file reference (e.g. test result sheets)"
}
}