UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 794 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Physical location of a device power supply. * @class OcaPowerSupplyLocation */ export class OcaPowerSupplyLocation extends Enum({ Unspecified: 1, Internal: 2, External: 3, }) {} /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaPowerSupplyLocation} * @member Unspecified * @memberof OcaPowerSupplyLocation * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaPowerSupplyLocation} * @member Internal * @memberof OcaPowerSupplyLocation * @static */ /** * Singleton object corresponding to the entry with value ``3``. * @type {OcaPowerSupplyLocation} * @member External * @memberof OcaPowerSupplyLocation * @static */