Signal K
    Preparing search index...

    Interface CommonValueFields

    interface CommonValueFields {
        $source: string;
        timestamp: string;
        _attr?: _AttrSchema;
        meta?: MetaSchema;
        pgn?: number;
        sentence?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    $source: string

    Reference to the source under /sources. A dot spearated path to the data. eg [type].[bus].[device]

    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]*".

    _attr?: _AttrSchema
    meta?: MetaSchema
    pgn?: number
    sentence?: string