IGHARemotePropertyDescriptorSpecialHandling Property |
An application-specific field that can be used tag the property for special handling (i.e. GUI rendering a specific control to display the property)
Currently supported commands include:
slider:[min]/[max] - defines that the property should be managed by a slider control with the specified minimum/maximum
crontab - defines that the property is a crontab value and potentially be handled with a crontab editor
mqttmap - defines that the property is an mqtt map and potentially should be handled with an mqtt mapping editor
multiline - defines tha the property should be rendered with a multiline text control
classbrowser - defines that the property should use a GHA Class browser to select a GHA class
These are currently defined in GHA, but custom drivers and modules may define their own special handling commands
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax string SpecialHandling { get; set; }
Property SpecialHandling As String
Get
Set
property String^ SpecialHandling {
String^ get ();
void set (String^ value);
}
abstract SpecialHandling : string with get, set
Property Value
Type:
StringSee Also