mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-21 16:50:02 +02:00
making function name lowercase
This commit is contained in:
parent
23037b7f1a
commit
a43cdbdd5b
@ -30,10 +30,10 @@ class IonizerServer:
|
||||
port=port, # type: ignore
|
||||
)
|
||||
|
||||
self.data_service_observer.add_notification_callback(self.notify_Ionizer)
|
||||
self.data_service_observer.add_notification_callback(self.notify_ionizer)
|
||||
self.server.install_signal_handlers = lambda: None # type: ignore
|
||||
|
||||
def notify_Ionizer(
|
||||
def notify_ionizer(
|
||||
self, full_access_path: str, value: Any, cached_value: dict[str, Any]
|
||||
) -> None:
|
||||
"""This function notifies Ionizer about changed values.
|
||||
|
Loading…
x
Reference in New Issue
Block a user