Skip to content

Commit

Permalink
0.143.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogerheijde committed Mar 13, 2023
1 parent 7d10d50 commit adb6541
Show file tree
Hide file tree
Showing 53 changed files with 226 additions and 14,438 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog Hiber API

### 0.143 (2023-03-13)

##### EmailNotificationPreferencesService

- Email notifications for devices that are not installed are no longer sent unless you are a customer support user.

##### ValueService

- Added `downsampled` command (with `DownsampledValues`) to algorithmically downsample the selected values to a number of points.
- Use `points` or `pagination.size` to specify the amount of points. If not specified, default pagination size is used.
- Note that when both `points` (i.e. 1000) and `pagination.size` (i.e. 100) are given, the points are paginated.

##### MQTTService

- Enabled retry mechanism for MQTT publishers.

### 0.142 (2023-02-27)

##### ModemService
Expand Down
7 changes: 7 additions & 0 deletions changelog/WEB-6838.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

##### HealthService

- Changed the default health levels:
- "Error" to "Alarm"
- "Warning" to "Build up"
- "Ok" to "Healthy"
54 changes: 0 additions & 54 deletions docs/html/assignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -5469,14 +5469,6 @@ <h3 id="hiber.modem.Modem">Modem</h3>
<td><p>The amount of time since the last message from this modem was received on the server. </p></td>
</tr>

<tr>
<td>health</td>
<td><a href="#hiber.Health">hiber.Health</a></td>
<td></td>
<td><p><strong>Deprecated.</strong> Deprecated health based on the number of error and warning events this modem has received in the past 30 days
Uses the OK, WARNING, ERROR format. </p></td>
</tr>

<tr>
<td>health_level</td>
<td><a href="#hiber.health.HealthLevel">hiber.health.HealthLevel</a></td>
Expand Down Expand Up @@ -5624,11 +5616,6 @@ <h4>Fields with deprecated option</h4>
</thead>
<tbody>

<tr>
<td>health</td>
<td><p>true</p></td>
</tr>

<tr>
<td>is_gateway</td>
<td><p>true</p></td>
Expand Down Expand Up @@ -5844,39 +5831,10 @@ <h3 id="hiber.modem.ModemHealthCount.HealthCount">ModemHealthCount.HealthCount</
<td><p>The number of modems matching the modem selection with this health level </p></td>
</tr>

<tr>
<td>health</td>
<td><a href="#hiber.Health">hiber.Health</a></td>
<td></td>
<td><p><strong>Deprecated.</strong> Deprecated health based on the number of error and warning events this modem has received in the past 30 days
Uses the OK, WARNING, ERROR format. </p></td>
</tr>

</tbody>
</table>




<h4>Fields with deprecated option</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Option</td>
</tr>
</thead>
<tbody>

<tr>
<td>health</td>
<td><p>true</p></td>
</tr>

</tbody>
</table>





Expand Down Expand Up @@ -6368,13 +6326,6 @@ <h3 id="hiber.modem.ModemSelection">ModemSelection</h3>
<td><p> </p></td>
</tr>

<tr>
<td>health</td>
<td><a href="#hiber.Health">hiber.Health</a></td>
<td>repeated</td>
<td><p><strong>Deprecated.</strong> Deprecated health that uses the OK, WARNING, ERROR format. </p></td>
</tr>

<tr>
<td>health_levels</td>
<td><a href="#string">string</a></td>
Expand Down Expand Up @@ -6492,11 +6443,6 @@ <h4>Fields with deprecated option</h4>
<td><p>true</p></td>
</tr>

<tr>
<td>health</td>
<td><p>true</p></td>
</tr>

<tr>
<td>only_gateways</td>
<td><p>true</p></td>
Expand Down
Loading

0 comments on commit adb6541

Please sign in to comment.