Hi Rene, two fixes for changed behaviours since December:
pet/$id/position endpoint no longer supports GET methods (returns 405 Method not allowed)
patch around missing attribute for lock status when in curfew mode.
NB: as noted in the code (search XXX), I can't tell whether curfew times are stored in UTC or localtime. Localtime seems most likely, so localtime is used when determining whether curfew is in effect or not. Someone in a timezone other than GMT should be able to clarify. 😁
Hi Rene, two fixes for changed behaviours since December:
pet/$id/position
endpoint no longer supports GET methods (returns 405 Method not allowed)NB: as noted in the code (search XXX), I can't tell whether curfew times are stored in UTC or localtime. Localtime seems most likely, so localtime is used when determining whether curfew is in effect or not. Someone in a timezone other than GMT should be able to clarify. 😁