I've been looking at ways of implementing Web Bluetooth to connect to a Thingy52 using Bluetooth Low Energy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs
This git repository mentions that connecting through Web Bluetooth allows you to access every possible feature on the Thingy52 except for MTU.
However, later in the readme it says not all features are accessible and some only have read or write permissions.
These two statements conflict eachother so what I would like to know is:
Is it possible to read out every single sensor using Web Bluetooth connecting via Bluetooth Low Energy?