UNPKG

oma-json

Version:

JSON schemas description from LwM2M [Open Mobile Alliance](http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html)

33 lines (31 loc) 870 B
/* tslint:disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * report the direction indicated by a compass, wind vane, or other directional indicator. The units of measure is plane angle degrees */ export interface Direction { /** * The minimum value that can be measured by the sensor */ "5601"?: number; /** * The maximum value that can be measured by the sensor. */ "5602"?: number; /** * Reset the Min and Max Measured Values to Current Value. */ "5605"?: string; /** * The compass direction. */ "5705"?: number; /** * The application type of the sensor or actuator as a string, for instance, “Air Pressure”. */ "5750"?: string; }