Skip to content

Commit

Permalink
0.186.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogerheijde committed Mar 19, 2024
1 parent 05d3048 commit 4917691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog Hiber API

### 0.186 (2024-03-19)

##### ModemService

- `Modem.lifecycle` will now automatically switch to `INSTALLED` on a new message, when the `lifecycle` was:
- `PAUSED`
- `READY_TO_INSTALL`

### 0.185 (2024-03-12)

##### AlarmService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
}
},
"title": "Event configuration was updated.",
"description": "The event configuration for your-organization was updated:\n\n- The message summary period was updated from PT24H to PT12H.",
"description": "The event configuration for your-organization was updated:\n\n- The message summary period was updated from PT24H to PT12H.\n\n- Empty message summarizes will not be sent.",
"time": {
"timestamp": "2020-06-01T05:15:25.355Z",
"textual": "2020-06-01T05:15:25.355Z",
"timeZone": "UTC"
}
},
"title": "Event configuration was updated.",
"description": "The event configuration for your-organization was updated:\n\n- The message summary period was updated from PT24H to PT12H.",
"description": "The event configuration for your-organization was updated:\n\n- The message summary period was updated from PT24H to PT12H.\n\n- Empty message summarizes will not be sent.",
"time": {
"timestamp": "2020-06-01T05:15:25.355Z",
"textual": "2020-06-01T05:15:25.355Z",
Expand Down

0 comments on commit 4917691

Please sign in to comment.