I was very lazy with #24 and hardcoded the latest iOS client version. The client hasn't been updated in quite a while, so I figure this will work for a decent amount of time.
However, a better solution would be looking at Logitech's GET /api/info endpoint, which returns a payload like this:
I was very lazy with #24 and hardcoded the latest iOS client version. The client hasn't been updated in quite a while, so I figure this will work for a decent amount of time.
However, a better solution would be looking at Logitech's
GET /api/info
endpoint, which returns a payload like this:The plugin would then be able to use one of the versions found here to construct its
User-Agent
header.