Appearance
set(property:)
Function to change the value of a property
swift
func set(property: FlakePropertyProtocol) async throws -> [FlakePropertyProtocol]
Return Value
An array of FlakePropertyProtocol since changing one Value may trigger changes to others or itself
Parameters
- property: Property object with new value
Discussion
The device of this request may decide to adjust the value, for example if there are max and min values. This will be represented in the returned FlakePropertyProtocol array.