diff --git a/src/components/CommandPalette.tsx b/src/components/CommandPalette.tsx index 07f456e1..2062b740 100644 --- a/src/components/CommandPalette.tsx +++ b/src/components/CommandPalette.tsx @@ -200,10 +200,17 @@ export const CommandPalette = (): JSX.Element => { }, }, { - label: "Factory Reset", + label: "Factory Reset Device", icon: FactoryIcon, action() { - connection?.factoryReset(); + connection?.factoryResetDevice(); + }, + }, + { + label: "Factory Reset Config", + icon: FactoryIcon, + action() { + connection?.factoryResetConfig(); }, }, ],