You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <b>Version 2</b>: This command allows a portable controller to interactively create associations from a multi-button device to a destination that is out of direct range.
Copy file name to clipboardExpand all lines: ZWaveDotNet/CommandClasses/SceneActivation.cs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@
18
18
19
19
namespaceZWaveDotNet.CommandClasses
20
20
{
21
+
/// <summary>
22
+
/// This Command Class is used for launching scenes in a number of actuator nodes e.g. another scene-controlling unit, a multilevel switch, a binary switch etc.
0 commit comments