Skip to content

Commit

Permalink
Merge branch 'cherry-pick-06686083' into 'public'
Browse files Browse the repository at this point in the history
Merge branch 'smartprobesapp/bots/add_alarm_data' into 'master'

See merge request pimplapps/tjf!20
  • Loading branch information
1000len-stpa committed Feb 6, 2024
2 parents 0391972 + 4a2526d commit f7305c6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions schema/slim-schema-v1.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
"additionalData": {
"items": { "$ref": "#/definitions/additionalData" }
},
"alarmData": {
"items": { "$ref": "#/definitions/alarmData" }
},
"values": {
"description": "An array containing the measurement values",
"type": "array",
Expand Down Expand Up @@ -430,6 +433,22 @@
},
"required": [ "name" ],
"additionalProperties": false
},
"alarmData": {
"description": "alarm data (upper, upper warning, lower limits)",
"type": "object",
"properties": {
"upperAlarm": {
"type": "object"
},
"upperWarning": {
"type": "object"
},
"lowerAlarm": {
"type": "object"
}
},
"additionalProperties": false
}
}
}

0 comments on commit f7305c6

Please sign in to comment.