Represents the configuration settings for OverWatch integration (MQTT messaging)
Overview of OverWatchSettings goes here.
OverWatchSettings
| Field | Type | Inherited from | Description |
|---|---|---|---|
| IPAddress | String | OverWatchSettings | Gets or sets the OverWatch server IP address |
| Password | String | OverWatchSettings | Gets or sets the OverWatch password |
| Port | Int32 | OverWatchSettings | Gets or sets the MQTT port (default 1883) |
| Username | String | OverWatchSettings | Gets or sets the OverWatch username |
{
"IPAddress" : "String",
"Password" : "String",
"Port" : "Int32",
"Username" : "String"
}