OBJECT
MobotixConnector
IoT Mobotix Connector
link GraphQL Schema definition
- type MobotixConnector implements IotConnectorInfo {
- # Connector id
- : ID!
- # Connector name
- : String!
- # Connector IP
- : String!
- # Connector connection method
- : IotConnectionMethod!
- # Connector type
- : IotConnectorType!
- # Connector status
- : IotConnectorStatus!
- # Connector assets count
- : Int
- # Version of agent
- : String!
- : Int!
- : IotConnectorWebProtocol!
- : String!
- : Int
- : String
- }