IotsApi class

Constructors

IotsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addIot(String token, IotRequestBody iotRequestBody) Future<SuccessResponse?>
Registers a new IoT
addIotWithHttpInfo(String token, IotRequestBody iotRequestBody) Future<Response>
Registers a new IoT
getIot(String token) Future<GetIotResponse?>
Returns the active configuration of an IoT
getIotWithHttpInfo(String token) Future<Response>
Returns the active configuration of an IoT
listIoTs() Future<List<IoT>?>
List all IoTs of an OEM
listIoTsWithHttpInfo() Future<Response>
List all IoTs of an OEM
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transferHttpConfig(String token, HttpConfig httpConfig) Future<SuccessResponse?>
Transfers HTTP configuration
transferHttpConfigWithHttpInfo(String token, HttpConfig httpConfig) Future<Response>
Transfers HTTP configuration
transferModbustcpConfig(String token, ModbusTcpConfig modbusTcpConfig) Future<SuccessResponse?>
Transfers Modbus TCP configuration
transferModbustcpConfigWithHttpInfo(String token, ModbusTcpConfig modbusTcpConfig) Future<Response>
Transfers Modbus TCP configuration
transferOpcuaConfig(String token, OpcuaConfig opcuaConfig) Future<SuccessResponse?>
Transfers Opcua configuration
transferOpcuaConfigWithHttpInfo(String token, OpcuaConfig opcuaConfig) Future<Response>
Transfers Opcua configuration
transferS7Config(String token, S7Config s7Config) Future<SuccessResponse?>
Transfers S7 configuration
transferS7ConfigWithHttpInfo(String token, S7Config s7Config) Future<Response>
Transfers S7 configuration
updateIot(String token, IotRequestBody iotRequestBody) Future<SuccessResponse?>
Parameters:
updateIotWithHttpInfo(String token, IotRequestBody iotRequestBody) Future<Response>
Performs an HTTP 'PATCH /iots/{token}' operation and returns the Response. Parameters:

Operators

operator ==(Object other) bool
The equality operator.
inherited