You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| server.slaves[].attributes[]| List of attributes that will be sent to the ThingsBoard platform instance. |
360
-
| server.slaves[].attributes[].tag | Key name of the attribute in ThingsBoard. It can be specified as a static value. |
361
-
| server.slaves[].attributes[].type |[Data type](/docs/iot-gateway/config/modbus/#data-types) of value. |
362
-
| server.slaves[].attributes[].functionCode |[Function code](/docs/iot-gateway/config/modbus/#modbus-functions) to use for reading the attribute value from the Modbus slave. |
363
-
| server.slaves[].attributes[].objectsCount | Number of objects to read from the Modbus slave. |
364
-
| server.slaves[].attributes[].address | Address of the object in the Modbus slave. |
365
-
| server.slaves[].attributes[].divider | (Optional) Divider for the value. If not specified, the value will be sent as is. |
366
-
| server.slaves[].attributes[].multiplier | (Optional) Multiplier for the value. If not specified, the value will be sent as is. |
367
-
| server.slaves[].attributes[].bitTargetType | The response type can be either an integer (0/1) or a boolean (True/False). **Used only with type `bits`**. |
368
-
| mapping[].attributes[].reportStrategy | (Optional) Report strategy for the attributes data. If not specified, the device report strategy will be used. |
369
-
| server.slaves[].timeseries[]| List of time series that will be sent to the ThingsBoard platform instance. |
370
-
| server.slaves[].timeseries[].tag | Key name of the time series in ThingsBoard. It can be specified as a static value. |
371
-
| server.slaves[].timeseries[].type |[Data type](/docs/iot-gateway/config/modbus/#data-types) of value. |
372
-
| server.slaves[].timeseries[].functionCode |[Function code](/docs/iot-gateway/config/modbus/#modbus-functions) to use for reading the time series value from the Modbus slave. |
373
-
| server.slaves[].timeseries[].objectsCount | Number of objects to read from the Modbus slave. |
374
-
| server.slaves[].timeseries[].address | Address of the object in the Modbus slave. |
375
-
| server.slaves[].timeseries[].divider | (Optional) Divider for the value. If not specified, the value will be sent as is. |
376
-
| server.slaves[].timeseries[].multiplier | (Optional) Multiplier for the value. If not specified, the value will be sent as is. |
377
-
| server.slaves[].timeseries[].bitTargetType | The response type can be either an integer (0/1) or a boolean (True/False). **Used only with type `bits`**. |
378
-
| mapping[].attributes[].reportStrategy | (Optional) Report strategy for the time series data. If not specified, the device report strategy will be used. |
| server.slaves[].attributes[]| List of attributes that will be sent to the ThingsBoard platform instance. |
361
+
| server.slaves[].attributes[].tag | Key name of the attribute in ThingsBoard. It can be specified as a static value. |
362
+
| server.slaves[].attributes[].type |[Data type](/docs/iot-gateway/config/modbus/#data-types) of value. |
363
+
| server.slaves[].attributes[].functionCode |[Function code](/docs/iot-gateway/config/modbus/#modbus-functions) to use for reading the attribute value from the Modbus slave. |
364
+
| server.slaves[].attributes[].objectsCount | Number of objects to read from the Modbus slave. |
365
+
| server.slaves[].attributes[].address | Address of the object in the Modbus slave. Can be configured for [batch reading](/docs/iot-gateway/config/modbus/#batch-reading-advanced-configuration-mode-only).|
366
+
| server.slaves[].attributes[].divider | (Optional) Divider for the value. If not specified, the value will be sent as is. |
367
+
| server.slaves[].attributes[].multiplier | (Optional) Multiplier for the value. If not specified, the value will be sent as is. |
368
+
| server.slaves[].attributes[].bitTargetType | The response type can be either an integer (0/1) or a boolean (True/False). **Used only with type `bits`**. |
369
+
| mapping[].attributes[].reportStrategy | (Optional) Report strategy for the attributes data. If not specified, the device report strategy will be used. |
370
+
| server.slaves[].timeseries[]| List of time series that will be sent to the ThingsBoard platform instance. |
371
+
| server.slaves[].timeseries[].tag | Key name of the time series in ThingsBoard. It can be specified as a static value. |
372
+
| server.slaves[].timeseries[].type |[Data type](/docs/iot-gateway/config/modbus/#data-types) of value. |
373
+
| server.slaves[].timeseries[].functionCode |[Function code](/docs/iot-gateway/config/modbus/#modbus-functions) to use for reading the time series value from the Modbus slave. |
374
+
| server.slaves[].timeseries[].objectsCount | Number of objects to read from the Modbus slave. |
375
+
| server.slaves[].timeseries[].address | Address of the object in the Modbus slave. Can be configured for [batch reading](/docs/iot-gateway/config/modbus/#batch-reading-advanced-configuration-mode-only).|
376
+
| server.slaves[].timeseries[].divider | (Optional) Divider for the value. If not specified, the value will be sent as is. |
377
+
| server.slaves[].timeseries[].multiplier | (Optional) Multiplier for the value. If not specified, the value will be sent as is. |
378
+
| server.slaves[].timeseries[].bitTargetType | The response type can be either an integer (0/1) or a boolean (True/False). **Used only with type `bits`**. |
379
+
| mapping[].attributes[].reportStrategy | (Optional) Report strategy for the time series data. If not specified, the device report strategy will be used. |
380
+
| --- ||
380
381
381
382
Example of the attributes and telemetry configuration:
0 commit comments