solarnetwork-api-core
    Preparing search index...

    Interface DatumInfo

    The basic Datum type.

    interface DatumInfo {
        created: string;
        localDate: string;
        localTime: string;
        nodeId: number;
        sourceId: string;
        tags?: string[];
        [index: string]: any;
    }

    Implemented by

    Indexable

    • [index: string]: any

      The sample properties.

    Index

    Properties

    created: string

    The datum creation/capture date.

    localDate: string

    The node's local date for the created time.

    localTime: string

    The node's local time for the created time.

    nodeId: number

    The node ID.

    sourceId: string

    The source ID.

    tags?: string[]

    Optional tags.