You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create, delete, enable and disasble specific feedings in the schedule.
prefereable to scheduling it with HA automations, as i believe that these schedules will be stored in the feeder, so will still trigger if internet is down, whereas from HA it wont, as we have to send manual feeding events to the API.
repeat day refers to the days to repeat, 1 is Monday, 2 is Tuesday, 3 is Wednesday, etc.
i dont see what petIds is for, as i see no selection for the pet, when i create a feeding.
i also dont know why it sets it to enable: false, since as soon as the add is triggered that new feed is active?
Device model name
I think all feeder models?
Device model number
I think all feeder models?
Device type
Feeder
Feature name
Control over individual feeding schedules
Describe the feature
Create, delete, enable and disasble specific feedings in the schedule.
prefereable to scheduling it with HA automations, as i believe that these schedules will be stored in the feeder, so will still trigger if internet is down, whereas from HA it wont, as we have to send manual feeding events to the API.
enable and disable already created individual feedings in the schedule:
https://api.us.petlibro.com/device/feedingPlan/enable
Post: Disable command:
Post: enable command:
Post: Add a new feeding plan feed:
https://api.us.petlibro.com/device/feedingPlan/add
repeat day refers to the days to repeat, 1 is Monday, 2 is Tuesday, 3 is Wednesday, etc.
i dont see what petIds is for, as i see no selection for the pet, when i create a feeding.
i also dont know why it sets it to enable: false, since as soon as the add is triggered that new feed is active?
Post: remove an existing feeding plan:
https://api.us.petlibro.com/device/feedingPlan/remove
for all of these the API response data is the same:
We can of course get all of the active feeding plans for the specific feeder via this:
https://api.us.petlibro.com/device/feedingPlan/list
Get: list all feedings in schedule.
response:
so the id in this list, is the same as the planId refered to in the other commands.
What problem does this feature solve?
Able to control feeding schedules for individual feeds.
Available to help with the feature development
The text was updated successfully, but these errors were encountered: