Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Jul 25, 2024
1 parent 32e800a commit 0f010ec
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ The adapter requires Node 18 or newer.
The following states can be changed and will take effect on your device respectively will be reflected in your Sure
Petcare® app.

| state | description | allowed values |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| household_name.hub_name.control.led_mode | sets the brightness of the hub leds | **0** - off<br>**1** - high<br>**4** - dimmed |
| household_name.hub_name.flap_name.control.curfew | enables or disables the configured curfew<br>(curfew must be configured via app) | **true** or **false** |
| household_name.hub_name.flap_name.control.lockmode | sets the lockmode | **0** - open<br>**1** - lock in<br>**2** - lock out<br>**3** - closed (lock in and out) |
| household_name.hub_name.flap_name.assigned_pets.pet_name.control.type | sets the pet type for the assigned pet and flap | **2** - outdoor pet<br>**3** - indoor pet |
| household_name.hub_name.feeder_name.control.close_delay | sets the close delay of the feeder lid | **0** - fast<br>**4** - normal<br>**20** - slow |
| household_name.pets.pet_name.inside | sets whether your pet is inside | **true** or **false** |
| state | description | allowed values |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| household_name.hub_name.control.led_mode | sets the brightness of the hub leds | **0** - off<br>**1** - high<br>**4** - dimmed |
| household_name.hub_name.flap_name.control.curfew_enabled | enables or disables the configured curfew | **true** or **false** |
| household_name.hub_name.flap_name.control.current_curfew | sets the current_curfew<br>json array of attributes enabled, lock_time and unlock_time<br>supports 1 (pet flap) or up to 4 (cat flap) curfew times | **[{"enabled":true\|false,"lock_time":"xx:xx","unlock_time":"xx:xx"},...]** |
| household_name.hub_name.flap_name.control.lockmode | sets the lockmode | **0** - open<br>**1** - lock in<br>**2** - lock out<br>**3** - closed (lock in and out) |
| household_name.hub_name.flap_name.assigned_pets.pet_name.control.type | sets the pet type for the assigned pet and flap | **2** - outdoor pet<br>**3** - indoor pet |
| household_name.hub_name.feeder_name.control.close_delay | sets the close delay of the feeder lid | **0** - fast<br>**4** - normal<br>**20** - slow |
| household_name.pets.pet_name.inside | sets whether your pet is inside | **true** or **false** |

### Structure

Expand Down

0 comments on commit 0f010ec

Please sign in to comment.