forked from Github/frigate
Add ability to restart
This commit is contained in:
committed by
Blake Blackshear
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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user