Add ability to restart

This commit is contained in:
ElMoribond
2021-07-06 06:59:33 -05:00
committed by Blake Blackshear
parent 3a87e39a43
commit 36808ce9f8
+1 -2
View File
@@ -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 };
}