Search
Preparing search index...
@signalk/schema-types
Tide
Interface Tide
Tide data
interface
Tide
{
heightHigh
?:
NumberValue
;
heightLow
?:
NumberValue
;
heightNow
?:
NumberValue
;
timeHigh
?:
string
;
timeLow
?:
string
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
height
High?
height
Low?
height
Now?
time
High?
time
Low?
Properties
Optional
height
High
heightHigh
?:
NumberValue
Optional
height
Low
heightLow
?:
NumberValue
Optional
height
Now
heightNow
?:
NumberValue
Optional
time
High
timeHigh
?:
string
RFC 3339 (UTC only without local offset) string representing date and time.
Optional
time
Low
timeLow
?:
string
RFC 3339 (UTC only without local offset) string representing date and time.
On This Page
Properties
height
High
height
Low
height
Now
time
High
time
Low
Signal K
Loading...
Tide data