Skip to content

Commit a0cf959

Browse files
committed
publish to topic
1 parent 5f4e00d commit a0cf959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axis-ptz-controller/axis_ptz_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def _publish_config(self) -> None:
606606
}
607607
),
608608
)
609-
self._config_callback(None, None, config_msg)
609+
self.publish_to_topic(self.config_topic, config_msg)
610610

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

0 commit comments

Comments
 (0)