Class CommandDefinition
- Namespace
- OverKizApi.Models
- Assembly
- OverKizApi.dll
Describes a single command that a device exposes in its capability definition.
public sealed class CommandDefinition
- Inheritance
-
CommandDefinition
- Inherited Members
Properties
CommandName
Name of the command (e.g. "setClosure").
public string? CommandName { get; init; }
Property Value
NParams
Number of parameters the command accepts.
public int NParams { get; init; }