sharkiq
sharkiq copied to clipboard
Returning to dock....
Its docked but does not update once returned
ANy updates or is this dead?
I'm seeing this same behavior. I don't know if their API changed but the property value of the docked status doesn't exist in a full dump of the properties. https://github.com/ajmarks/sharkiq/blob/master/sharkiqpy/sharkiq.py#L58
The closest I'm seeing is maybe ReportPeriodDock
but I need to look closer
The API has changed at least to how this code was originally written. There is no longer a DockedStatus
being returned in the properties. Since there is no other way to charge the vacuum other than the dock, I think it's safe to assume that if the vacuum is charging it is also docked.