You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to change the value of the device settings from Homey Script.
Would it be possible, in line with setCapabilityValue to also create the setSettingsValue ?
Goal for me would be to be able to change "energy_value_constant", "energy_value_off" or "energy_value_on"
Or any other settings, depended on the device.
Or is there already a way to do this?
The text was updated successfully, but these errors were encountered:
I would like to be able to change the value of the device settings from Homey Script.
Would it be possible, in line with setCapabilityValue to also create the setSettingsValue ?
Goal for me would be to be able to change "energy_value_constant", "energy_value_off" or "energy_value_on"
Or any other settings, depended on the device.
Or is there already a way to do this?
For now there is no way to do this because it would create privilege issues. Being able to change device settings also means you can delete the whole device and we wan't to prevent this.
I would like to be able to change the value of the device settings from Homey Script.
Would it be possible, in line with setCapabilityValue to also create the setSettingsValue ?
Goal for me would be to be able to change "energy_value_constant", "energy_value_off" or "energy_value_on"
Or any other settings, depended on the device.
Or is there already a way to do this?
The text was updated successfully, but these errors were encountered: