OBJECT

PlcCommissionDetails

Details of PLC commission

link GraphQL Schema definition

  • type PlcCommissionDetails {
  • # The name of the PLC
  • plcName: String!
  • # The Node ID
  • nodeId: Float!
  • }