Enum EControlType
public enum EControlType
Namespace: HomeSeer.PluginSdk.Devices.Controls
Assembly: PluginSdk.dll
Render style and general behavior for a StatusControl.
Remarks
This is used by HomeSeer to determine how a StatusControl should look, feel, and behave for a user.
Fields
| Name | Description |
|---|---|
| Button | Rendered as a button. |
| ButtonScript | Rendered as a button. Executes a script when activated. |
| ColorPicker | Rendered as a color picker. |
| RadioOption | Rendered as a radio button |
| StatusOnly | This is not rendered. |
| TextBoxNumber | Rendered as a number input box. |
| TextBoxString | Rendered as a text input box. |
| TextSelectList | Rendered as a select list. |
| ValueRangeDropDown | Rendered as a select list. Options are determined by the TargetRange's Min, Max, and Divisor |
| ValueRangeSlider | Rendered as a slider. |
| Values | Rendered as a select list option. |