fn set_property_value(
fixture_name: String,
property_type: PropertyType,
value: ChannelValue,
) -> (LogLevel, String)Expand description
Updates a specific property value on a target fixture instance.
ยงArguments
fixture_name- The name of the fixture to updateproperty_type- The property type to modifyvalue- The new channel value to assign