Represents the configuration settings for PSIA integration (MQTT messaging)
Overview of PsiaSettings goes here.
PsiaSettings
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Password | String | PsiaSettings | Gets or sets the PSIA password |
| Username | String | PsiaSettings | Gets or sets the PSIA username |
{
"Password" : "String",
"Username" : "String"
}