Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMeasurement

Interface which holds all mandantory fragments for measurements

Hierarchy

Indexable

[key: string]: any

Custom fragments.

example

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

Index

Properties

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

time

time: string | Date

Time of the measurement

type

type: string

The most specific type of this entire measurement

Generated using TypeDoc