diff --git a/source/_integrations/surepetcare.markdown b/source/_integrations/surepetcare.markdown index 5813835e543..d89110fd529 100644 --- a/source/_integrations/surepetcare.markdown +++ b/source/_integrations/surepetcare.markdown @@ -32,9 +32,15 @@ This service lets you change the locking state of a flap. | Service data attribute | Required | Type | Description | | ---------------------- | -------- | -------- | ----------- | -| `flap_id` | `True` | integer | Flap ID to change - see below for instructions on finding device IDs +| `flap_id` | `True` | integer | Flap ID to change - see below for instructions on finding device ID | `lock_state` | `True` | string | New state to change the flap to +The `flap_id` can be found following these instructions: + +- Log into [surepetcare.io](https://surepetcare.io/). +- Open the sidebar and click your flap. +- The `flap_id` will be at the end of the URL (i.e., `https://surepetcare.io/control/device/FLAP-ID`) + `lock_state` should be one of: - `unlocked` - flap is unlocked, pets are allowed both in and out.