Signal K
    Preparing search index...

    Interface ValuesDatetimeValue

    This interface was referenced by undefined's JSON-Schema definition via the patternProperty ".*".

    interface ValuesDatetimeValue {
        pgn?: number;
        sentence?: string;
        timestamp?: string;
        value?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    pgn?: number
    sentence?: string
    timestamp?: string

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

    This interface was referenced by undefined's JSON-Schema definition via the patternProperty "^[A-Z][A-Z][A-Z]$".

    This interface was referenced by undefined's JSON-Schema definition via the patternProperty "[0-9]*".

    value?: string