Hi,
I would like to change the active rate via command. I've could read the parameter via
data = api.min_settings("xxxxxxxxx")
And there I can see the parameter 'activeRate' = xx. But if I try to set it via api.min_write_parameter(device_sn, parameter_id, parameter_values)
But this gives an error. How do I get this information to set this parameter.
Hi,
I would like to change the active rate via command. I've could read the parameter via
data = api.min_settings("xxxxxxxxx")And there I can see the parameter
'activeRate' = xx. But if I try to set it viaapi.min_write_parameter(device_sn, parameter_id, parameter_values)But this gives an error. How do I get this information to set this parameter.