Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMeasurementCreate

This interface can be used to create a valid measurement.

Hierarchy

Indexable

[key: string]: any

Custom fragments.

example

{
 series: {
   unit: '%',
   value: 51
 }
}

Index

Properties

id

id: string

Uniquely identifies a measurement

self

self: string

Link to this resource

source

source: ISource

The ManagedObject which is the source of this measurement, see ISource

sourceId

sourceId: number | string

Uniquely identifier to which source this measurement belongs to

time

time: string | Date

Time of the measurement

type

type: string

The most specific type of this entire measurement

Generated using TypeDoc