Hopefully a simple question: is it possible to define a vendor-specific sensor type for the standard Mesh Sensor Model?
The nRF Connect SDK documentation seems to be confused.
The Mesh Sensor documentation says:
> The Bluetooth Mesh specification only allows sensor types that have a Device Property ID in the Bluetooth Mesh Device Properties Specification
The Bluetooth Mesh sensor types documentation disagrees:
> any additional, proprietary sensor types should be added to sensor_types.c
So... is it possible correct to define a proprietary sensor type, or is it not?
If it is correct, what is the allowable range for sensor IDs? Will custom sensor IDs behave correctly with the nRF Connect SDK, and the nRF Mesh iOS / Android libraries?