export enum Sml {
    BothOff = 0,
    OneOn = 50,
    BothOn = 100
}
