Skip to content

Commit

Permalink
0.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbouvy committed Oct 31, 2022
1 parent 771cbc3 commit 453fc8e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

### 0.127 (2022-10-31)

### 0.126 (2022-10-24)

##### DeviceService
Expand Down
61 changes: 29 additions & 32 deletions event-json-examples/modem-alarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,59 +10,56 @@
"errorMessages": {
"example-check-id": "Expected battery to be within 20..100%, but it is now at 15%!"
},
"tags": [{
"id": "1",
"label": {
"name": "example-tag",
"type": "group"
}
}, {
"id": "2",
"label": {
"name": "example-tag-2",
"type": "group"
}
}],
"title": "Expected battery to be within 20..100%, but it is now at 15%!",
"description": "In organization your-organization modem AAAA AAAA has failed the following checks:\n\n- example-check-id: Expected battery to be within 20..100%, but it is now at 15%!\n\nThe error messages were produced by alarm example-identifier: example",
"time": {
"timestamp": "2020-06-01T05:15:25.355Z",
"textual": "2020-06-01T05:15:25.355Z"
},
"healthLevel": {
"level": "Error",
"color": "red",
"catchAll": true,
"colorData": {
"fill": "red",
"text": "red"
},
"catchAll": true,
"severity": "3"
},
"tags": [
{
"id": "1",
"label": {
"name": "example-tag",
"type": "group"
}
},
{
"id": "2",
"label": {
"name": "example-tag-2",
"type": "group"
}
}
],
"title": "Expected battery to be within 20..100%, but it is now at 15%!",
"description": "Modem AAAA AAAA has failed the following checks:\n\n- example-check-id: Expected battery to be within 20..100%, but it is now at 15%!\n\nThe error messages were produced by alarm example-identifier: example",
"time": {
"timestamp": "2020-06-01T05:15:25.355Z",
"textual": "2020-06-01T05:15:25.355Z"
}
},
"title": "Expected battery to be within 20..100%, but it is now at 15%!",
"description": "Modem AAAA AAAA has failed the following checks:\n\n- example-check-id: Expected battery to be within 20..100%, but it is now at 15%!\n\nThe error messages were produced by alarm example-identifier: example",
"modem": {
"number": "AAAA AAAA",
"name": "AAAA AAAA",
"identifier": "00 11 22 33 AA BB CC DD"
},
"type": "MODEM_ALARM",
"time": {
"timestamp": "2020-06-01T05:15:25.355Z",
"textual": "2020-06-01T05:15:25.355Z"
},
"type": "MODEM_ALARM",
"healthLevel": {
"level": "Error",
"color": "red",
"catchAll": true,
"colorData": {
"fill": "red",
"text": "red"
},
"catchAll": true,
"severity": "3"
},
"title": "Expected battery to be within 20..100%, but it is now at 15%!",
"description": "In organization your-organization modem AAAA AAAA has failed the following checks:\n\n- example-check-id: Expected battery to be within 20..100%, but it is now at 15%!\n\nThe error messages were produced by alarm example-identifier: example",
"modem": {
"number": "AAAA AAAA",
"name": "AAAA AAAA",
"identifier": "00 11 22 33 AA BB CC DD"
}
}

0 comments on commit 453fc8e

Please sign in to comment.