Specified how values should be interpreted better
This commit is contained in:
parent
b998d5e2a8
commit
9525fc4273
|
@ -190,7 +190,10 @@ namespace Pinetime {
|
||||||
public:
|
public:
|
||||||
/** Type */
|
/** Type */
|
||||||
obscurationtype type;
|
obscurationtype type;
|
||||||
/** Visibility distance in meters */
|
/**
|
||||||
|
* Visibility distance in meters
|
||||||
|
* 65535 is reserved for unspecified
|
||||||
|
*/
|
||||||
uint16_t amount;
|
uint16_t amount;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -199,7 +202,9 @@ namespace Pinetime {
|
||||||
public:
|
public:
|
||||||
/** Type */
|
/** Type */
|
||||||
precipitationtype type;
|
precipitationtype type;
|
||||||
/** How much is it going to rain? In millimeters */
|
/** How much is it going to rain? In millimeters
|
||||||
|
* 255 is reserved for unspecified
|
||||||
|
**/
|
||||||
uint8_t amount;
|
uint8_t amount;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user