PsiaSettings

Represents the configuration settings for PSIA integration (MQTT messaging)

Overview of PsiaSettings goes here.

PsiaSettings Properties

PsiaSettings

Field Type Inherited from Description
Password String PsiaSettings Gets or sets the PSIA password
Username String PsiaSettings Gets or sets the PSIA username

JSON Structure of PsiaSettings

{
   "Password"	:	"String",
   "Username"	:	"String"
}