Signal K
    Preparing search index...

    This regex pattern is used for validation UUID identifier for the sensor

    This interface was referenced by Sensors's JSON-Schema definition via the patternProperty "(^[A-Za-z0-9]+$)".

    interface Sensor {
        class?: StringValue;
        fromBow?: NumberValue;
        fromCenter?: NumberValue;
        name?: string;
        sensorData?: string;
        sensorType?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    class?: StringValue
    fromBow?: NumberValue
    fromCenter?: NumberValue
    name?: string

    The common name of the sensor

    sensorData?: string

    The data of the sensor data. FIXME - need to ref the definitions of sensor types

    sensorType?: string

    The datamodel definition of the sensor data. FIXME - need to create a definitions lib of sensor datamodel types