Generated on studio.asyncapi.com with YAML file.
Information about gateway
Accepts the following message:
{
"unitId": "GW123456"
}
Readout from gateway
Accepts the following message:
{
"currentL1": 123,
"currentL2": 123,
"currentL3": 123,
"voltageL1": 230,
"voltageL2": 230,
"voltageL3": 230,
"relay1": 0,
"relay2": 1,
"powerFactorL1": 0.9,
"powerFactorL2": 0.9,
"powerFactorL3": 0.9
}
Control gateway
Accepts the following message:
{
"voltageL1": 123,
"voltageL2": 123,
"voltageL3": 123,
"relay1": 1,
"relay2": 1,
"powerFactorL1": 0.9,
"powerFactorL2": 0.9,
"powerFactorL3": 0.9
}