set_gateway_setting_value()
- Update a value of a gateway setting. Only settings owned by a calling gateway/plugin can be updated.
Edit
- params: setting_id (string), value (value type – int : string : action : token) return: nothing
Edit
Events | Description |
---|---|
gateway_setting_updated |
Inform subscribers about changing a gateway setting. |
Edit
require "core"
core.set_gateway_setting_value( "zwave.attempts", 100500 )