Skip to content

Commit

Permalink
Add support for identify and system for HWE-WTR (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL authored Mar 19, 2024
1 parent 8880497 commit 413783a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/endpoints/api-v1-identify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ description: Identify the device by letting the LED blink.

The `/api/v1/identify` endpoint can be used to let the user identify the device. The status light will blink for a few seconds after calling this endpoint.

This feature is currently only available for: - **HWE-P1** - **HWE-SKT**
This feature is available for:

- HWE-P1
- HWE-SKT
- HWE-WTR (firmware version 3.00 or later required)

:::info Watermeter support
Support for this endpoint in the Watermeter will be added in version 3.00. This version is currently in beta and is tested by a small group of users. The firmware will be released to all users when the beta phase is completed.
:::

### Example

Expand Down
5 changes: 4 additions & 1 deletion docs/endpoints/api-v1-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ This feature is currently only available for:
- HWE-SKT
- HWE-KWH1 / SDM230-wifi
- HWE-KWH3 / SDM630-wifi
- HWE-WTR (firmware version 3.00 or later required)

See [Firmware updates](/docs/versioning#firmware-updates) for more information.
:::info Watermeter support
Support for this endpoint in the Watermeter will be added in version 3.00. This version is currently in beta and is tested by a small group of users. The firmware will be released to all users when the beta phase is completed.
:::

## Enable cloud

Expand Down

0 comments on commit 413783a

Please sign in to comment.