Search
Preparing search index...
@signalk/schema-types
Wind
Interface Wind
Wind data.
interface
Wind
{
angleApparent
?:
NumberValue
;
angleTrueGround
?:
NumberValue
;
angleTrueWater
?:
NumberValue
;
directionChangeAlarm
?:
NumberValue
;
directionMagnetic
?:
NumberValue
;
directionTrue
?:
NumberValue
;
speedApparent
?:
NumberValue
;
speedOverGround
?:
NumberValue
;
speedTrue
?:
NumberValue
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
angle
Apparent?
angle
True
Ground?
angle
True
Water?
direction
Change
Alarm?
direction
Magnetic?
direction
True?
speed
Apparent?
speed
Over
Ground?
speed
True?
Properties
Optional
angle
Apparent
angleApparent
?:
NumberValue
Optional
angle
True
Ground
angleTrueGround
?:
NumberValue
Optional
angle
True
Water
angleTrueWater
?:
NumberValue
Optional
direction
Change
Alarm
directionChangeAlarm
?:
NumberValue
Optional
direction
Magnetic
directionMagnetic
?:
NumberValue
Optional
direction
True
directionTrue
?:
NumberValue
Optional
speed
Apparent
speedApparent
?:
NumberValue
Optional
speed
Over
Ground
speedOverGround
?:
NumberValue
Optional
speed
True
speedTrue
?:
NumberValue
On This Page
Properties
angle
Apparent
angle
True
Ground
angle
True
Water
direction
Change
Alarm
direction
Magnetic
direction
True
speed
Apparent
speed
Over
Ground
speed
True
Signal K
Loading...
Wind data.