set Property Value
Sets the value of a property on the connected module.
Please, make sure that the value complies with the requirements:
Module is connected
No firmware update is ongoing
Property is writable. Property is writable if it's access type is CmAccessType.Range.Writable, CmAccessType.States.Writable or CmAccessType.Raw.Writable.
Range value has to be within the writeRange
Range value has to follow the step
State value has to be one of the states
Return
A CmWriteResult indicating the result of the operation.
Parameters
identifier
The identifier of the property to modify.
value
The new value to set for the property, of type CmPropertyValue.