Beginning with 3.17.0.0, the DataAction
Value
property is bindable. This allows you to reference or copy data from 1 device into another. Both XAML DataActions & Scene DataActions support Value bindings. However, the current editor for Scene
DataActions will not show the “…” button which opens the binding editor. So you will need to manually enter your binding when using this feature with scenes.
Attached is an example demonstrating this new feature.
DataActions_CopyValues.hrp (4.5 KB)