mroch / baby-connect-alexa-skill

An Alexa skill for interacting with Baby Connect
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Support feedings #2

Open mroch opened 7 years ago

mroch commented 7 years ago

Many parts to this:

TheOriginalAndrobot commented 7 years ago

Hi, I was wondering if you had any thoughts on how to send the extra data needed for events that have numbers in them (bottles, pumping, etc.). It seems the API needs some additional field(s) that have the number and units. Lookign at the web based API, it seems to send a p='999;oz;1;' along with the message txt='999 oz Expressed' for a pumping event.

Anyhow, I'm hoping perhaps you have this figured out already and just not implemented. I am super excited to be using the baby-connect library for logging diapers already and would love to have some additional supported events. I'd be happy to submit a pull request once the API is known. :)

TheOriginalAndrobot commented 7 years ago

I was able to figure out the necessary extra request parameters to properly send data for bottles and pumping. I submitted a pull request to baby-connect here.