// ----- this file has been automatically generated - do not edit /** * Contains the values used to indicate how a * percentual value is displayed if the stacklight * unit works in Levelmeter mode. * * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/IA/ | * | nodeClass |DataType | * | name |LevelDisplayMode | * | isAbstract|false | */ export enum EnumLevelDisplayMode { /** * Uses dimming to display fractions. */ Dimmed = 0, /** * Uses blinking to display fractions. */ Blinking = 1, /** * Display fractions in a way not defined in this * version of the specification. */ Other = 2, }