Skip to content

Commit

Permalink
Merge pull request #1253 from samson0v/master
Browse files Browse the repository at this point in the history
Fixed sending default connectors config
  • Loading branch information
imbeacon authored Dec 7, 2023
2 parents e26ba45 + fc7820c commit 19f0a7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def send_current_configuration(self):
'Version': self._gateway.version.get('current_version', '0.0')
}
self._gateway.tb_client.client.send_attributes(init_config_message)
self._send_default_connectors_config()

# sending remote created connectors
for connector in self.connectors_configuration:
Expand Down

0 comments on commit 19f0a7f

Please sign in to comment.