mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 10:49:00 +03:00
improved user experience
This commit is contained in:
@@ -124,6 +124,6 @@ export function useRestart() {
|
||||
value: { payload },
|
||||
send,
|
||||
connected,
|
||||
} = useMqtt('restart', 'restart');
|
||||
} = useMqtt('restarted', 'restart');
|
||||
return { payload, send, connected };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user