We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7982796 commit 4a9679bCopy full SHA for 4a9679b
tb_gateway_mqtt.py
@@ -319,4 +319,4 @@ def __on_service_configuration(self, _, response, *args, **kwargs):
319
else:
320
self._devices_connected_through_gateway_telemetry_datapoints_rate_limit.set_limit('0:0,')
321
322
- super().on_service_configuration(_, {'rateLimit': gateway_device_itself_rate_limit_config, **service_config}, *args, **kwargs)
+ super().on_service_configuration(_, {'rateLimits': gateway_device_itself_rate_limit_config, **service_config}, *args, **kwargs)
0 commit comments