From 270be19603784a98473a6257703bf1710507aec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Wed, 22 Sep 2021 19:55:30 +0200 Subject: [PATCH] surepetcare.set_pet_location (#19416) Co-authored-by: Franck Nijhof --- source/_integrations/surepetcare.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/surepetcare.markdown b/source/_integrations/surepetcare.markdown index eeafba86340..d1cb1b087cf 100644 --- a/source/_integrations/surepetcare.markdown +++ b/source/_integrations/surepetcare.markdown @@ -38,3 +38,17 @@ This service lets you change the locking state of a flap. - `locked_in` - flap is 'in only' - pets can come in but not go back out. - `locked_out` - flap is 'out only' - pets can go out, but not back in. - `locked_all` - flap is locked both ways. + +### Service `surepetcare.set_pet_location` + +This service lets you set the pet location. + +| Service data attribute | Required | Type | Description | +| ---------------------- | -------- | -------- | ----------- | +| `name` | yes | string | Pet name +| `location` | yes | string | Pet location + +`location` should be one of: + +- `Inside` - Pet is inside. +- `Outside` - Pet is outside.