UNPKG

aes70

Version:

A controller library for the AES70 protocol.

53 lines (50 loc) 1.07 kB
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Type of power supply. * @class OcaPowerSupplyType */ export class OcaPowerSupplyType extends Enum({ None: 0, Mains: 1, Battery: 2, Phantom: 3, Solar: 4, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaPowerSupplyType} * @member None * @memberof OcaPowerSupplyType * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaPowerSupplyType} * @member Mains * @memberof OcaPowerSupplyType * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaPowerSupplyType} * @member Battery * @memberof OcaPowerSupplyType * @static */ /** * Singleton object corresponding to the entry with value ``3``. * @type {OcaPowerSupplyType} * @member Phantom * @memberof OcaPowerSupplyType * @static */ /** * Singleton object corresponding to the entry with value ``4``. * @type {OcaPowerSupplyType} * @member Solar * @memberof OcaPowerSupplyType * @static */