Signal K
    Preparing search index...

    Tide data

    interface Tide {
        heightHigh?: NumberValue;
        heightLow?: NumberValue;
        heightNow?: NumberValue;
        timeHigh?: string;
        timeLow?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    heightHigh?: NumberValue
    heightLow?: NumberValue
    heightNow?: NumberValue
    timeHigh?: string

    RFC 3339 (UTC only without local offset) string representing date and time.

    timeLow?: string

    RFC 3339 (UTC only without local offset) string representing date and time.