Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team

Question
marbe 23
Hello,
I use creating new global variables via virtual device and LUA. But now I need to create enum global variable, and it works not for me.
My tests:
1- I create enum GV with states 1,2,3
2-on response I get
response=HC2:GET("/api/globalVariables/test")
Please login or register to see this code.
3-Now I need to create new GV with new name, but same response
Please login or register to see this code.
There must be changed isEnum parameter to 1 (from true)
Now is new GV created, it is enum, but with no states, its only empty!
Same json works at docs well, but not at LUA code. This json at docs PUT /globalVariables/{globalVariableID} modified GV to enum with states:
Please login or register to see this code.
Why LUA code doesn't create states as well as docs API? How is well syntax for parameter enumValues?
Thank you very much
Martin
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.