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
Jay Ess 5
i have a few rooms which have a control box and on select i want to add that room device number to a global variable.
room - 1 - light device id 456 - curtain device id 461
room - 2 - light device id 457 - curtain device id 462
etc...
the table needs to as follows:
{lights{456,461},curtains{457,462}}
i need to be able to add to the table on variable = true or remove if variable = false
I know how to do table.insert for a simple list of just the lights, 456,457, where i am struggling is how to add to the table as this format, {lights{456,461},curtains{457,462}}
this will allow me to then get all the lights and switch them on or off as needed and also be able to say if light 456 is on close curtain 457.
any help would be greatly appreciated.
Link to comment
Share on other sites
0 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.