mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-20 08:48:46 +01:00
frontend: passing parent_path via socketio
This commit is contained in:
@@ -33,6 +33,7 @@ export const SliderComponent = React.memo((props: SliderComponentProps) => {
|
||||
) => {
|
||||
socket.emit('frontend_update', {
|
||||
name: name,
|
||||
parent_path: parent_path,
|
||||
value: { value: newNumber, min: min, max: max, step_size: stepSize }
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user