This commit is contained in:
Holler Mirko
2024-10-07 17:24:35 +02:00
committed by wakonig_k
parent 40c460d120
commit 3ae62c8ff9
+2 -2
View File
@@ -539,8 +539,8 @@ class RtFlomniController(Controller):
logger.info(
"Flomni statistics: Average of all standard deviations: x"
f" {self.average_stdeviations_x_st_fzp/number_of_samples_to_read}, y"
f" {self.average_stdeviations_y_st_fzp/number_of_samples_to_read}."
f" {self.average_stdeviations_x_st_fzp/read_counter*1000:.1f}, y"
f" {self.average_stdeviations_y_st_fzp/read_counter*1000:.1f}"
)
def publish_device_data(self, signals, point_id):