Open robthomson opened 1 week ago
Currently its not possible to create use a constant of something like
UNIT_DECIMALDEGREES or similar.
Net result is that when custom creating a sensor thats of a type 'GPS' you are limited to whole numbers only.
For example
Lat 51.2830792 has to be sent as 512830792. But...
You cant effectively establish or set the decimal point as we cant go beyond 4 decimal points.
Net result.. cant custom create a gps co-ordinate.
Currently its not possible to create use a constant of something like
UNIT_DECIMALDEGREES or similar.
Net result is that when custom creating a sensor thats of a type 'GPS' you are limited to whole numbers only.
For example
Lat 51.2830792 has to be sent as 512830792. But...
You cant effectively establish or set the decimal point as we cant go beyond 4 decimal points.
Net result.. cant custom create a gps co-ordinate.