UNPKG

aes70

Version:

A controller library for the AES70 protocol.

45 lines (42 loc) 930 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Status of a device power supply. * @class OcaPowerSupplyState */ export class OcaPowerSupplyState extends Enum({ Off: 0, Unavailable: 1, Available: 2, Active: 3, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaPowerSupplyState} * @member Off * @memberof OcaPowerSupplyState * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaPowerSupplyState} * @member Unavailable * @memberof OcaPowerSupplyState * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaPowerSupplyState} * @member Available * @memberof OcaPowerSupplyState * @static */ /** * Singleton object corresponding to the entry with value ``3``. * @type {OcaPowerSupplyState} * @member Active * @memberof OcaPowerSupplyState * @static */