stromer-api
stromer-api copied to clipboard
getting some settings never returns a result
api.bike.settings.get().then(... and api.bike.settings.getSensorSettings().then(... never return a result, while all other get methods do.
Have you requested multiple settings at the same time? (called multiple of these functions?) - it works for me if I only call one function at a time - not multiples. Haven't looked into why this is.. but for me it works