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
hcke 2
I changed the deviceControlType to Other Device. So far so good. But after I restart the HC2 the deviceControlType is restored to Lighting. To solve this problem I am trying to write some script.
json = '{"id": 250, "name": "Groep Hall", "roomID": 114, "type": "com.fibaro.binarySwitch", "baseType": "com.fibaro.actor", "properties": { "deviceControlType": "20" } }'
result, status, errorCode = HC2:PUT("/api/devices/250", json)
In this way I can change for example the "name" but the deviceControlType will not change! Is it a readonly property or am I doing something wrong?
Please login or register to see this code.
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.