Skip to content

Commit

Permalink
Add security to device config store
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Aug 20, 2024
1 parent be9169f commit f64b965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/stores/deviceStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ export const useDeviceStore = create<DeviceState>((set, get) => ({
device.config.bluetooth = config.payloadVariant.value;
break;
}
case "security": {
device.config.security = config.payloadVariant.value;
}
}
}
}),
Expand Down

0 comments on commit f64b965

Please sign in to comment.