C# (CSharp) HomeAutomation.Core DeviceCommand - 7 examples found. These are the top rated real world C# (CSharp) examples of HomeAutomation.Core.DeviceCommand extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Represents a command that can be executed on devices. By convention Name represents the name of a method in the device. This should be accessible through reflection. Also by convention all methods accessible this way should only have string parameters.