mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add ability to restart
This commit is contained in:
parent
955d9e6ec2
commit
9971482506
@ -122,9 +122,8 @@ export function useSnapshotsState(camera) {
|
||||
|
||||
export function useRestart() {
|
||||
const {
|
||||
value: { payload },
|
||||
send,
|
||||
connected,
|
||||
} = useMqtt(``, `restart`, "container");
|
||||
} = useMqtt('', 'restart', 'container');
|
||||
return { send, connected };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user