sbabcock23 / pytryfi

Apache License 2.0
31 stars 10 forks source link

remove field that is no longer returned #11

Closed estiens closed 2 years ago

estiens commented 2 years ago
sbabcock23 commented 2 years ago

Hi @estiens,

Can you share a sample output of the API call for your account? I have the following sample for my dog and there is an "isCharging" state. What output do you have when you call this API? Also is your collar a Version 2 or 1?

"data": { "pet": { "__typename": "Pet", "chip": null, "device": { "__typename": "Device", "id": "FC198", "moduleId": "FC198", "info": { "buildId": "1.4.0-898-g03404c60d-module-fw-6", "batteryPercent": 94, "hasPowerSupply": false, "**isCharging": false**, "batteryVoltage": 4196, "batteryHealth": 92, "batteryHealthStatus": 3, "batteryNominalAvailableCapacity": 481, "batteryFullAvailableCapacity": 518, "temperature": 307.5, "uptime": 681188,

estiens commented 2 years ago

this appears to be fixed now...