Hi,
We've noticed that when the User-Agent is detected as bot is it always set as device type DeviceComputer.
This is not always correct. The GoogleBot for instance can crawl the page using different User-Agent for mobile or desktop.
See https://support.google.com/webmasters/answer/1061943?hl=en.
This library should reflect this when parsing a User-Agent. If the bot is crawling as a mobile phone it should be detected as DevicePhone.
I will submit a proposal as PR for fixing this.
Cheers,
Thomas