Variable EVariableTypeConst

EVariableType: {
    ENUM: "ENUM";
    NUMBER: "NUMBER";
    RANGE: "RANGE";
    RW: "RW";
    STRING: "STRING";
} = ...