So In CLI
If I execute ‘set myenum true’
It should set value 1 in CDB
If I do ‘show myenum’ It should show the value as 1
Is it possible to rename the node like this?
Are there any tailf tags? Tried with code-name. Not worked
Thanks @mnovak . I have used enum value
The enum name will be true and false but the value of enum will be 1 and 2 . In the application code we are retrieving enum values .This has solved my first question