Sports Lib API - v21.3.0
GitHub
npm
Preparing search index...
API
DiveTankUpdateJSONInterface
Interface DiveTankUpdateJSONInterface
Native JSON representation of a FIT tank-pressure update. Timestamps are UTC milliseconds.
interface
DiveTankUpdateJSONInterface
{
pressure
?:
number
;
sensor
?:
number
;
timestamp
?:
number
;
}
Index
Properties
pressure?
sensor?
timestamp?
Properties
Optional
pressure
pressure
?:
number
Optional
sensor
sensor
?:
number
Optional
timestamp
timestamp
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pressure
sensor
timestamp
GitHub
npm
Sports Lib API - v21.3.0
Loading...
Native JSON representation of a FIT tank-pressure update. Timestamps are UTC milliseconds.