Skip to content

Commit

Permalink
publish to topic
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jan 16, 2025
1 parent 5f4e00d commit a0cf959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axis-ptz-controller/axis_ptz_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def _publish_config(self) -> None:
}
),
)
self._config_callback(None, None, config_msg)
self.publish_to_topic(self.config_topic, config_msg)

def _log_config(self) -> None:
"""Logs all paramters that can be set on construction."""
Expand Down

0 comments on commit a0cf959

Please sign in to comment.