Enum EControlFlag
public enum EControlFlag : uint
Namespace: HomeSeer.PluginSdk.Devices.Controls
Assembly: PluginSdk.dll
Special configuration flags that adjust the behavior of a StatusControl.
Fields
Name | Description |
---|---|
HasAdditionalData | The StatusControl label includes additional data tokens to be replaced by strings in AdditionalStatusData This is toggled by setting HasAdditionalData to true |
InvalidStatusTarget | The StatusControl should not show up as a status target for events. IE it is only for creating control events This is toggled by setting IsInvalidStatusTarget to true |