remove ssh, deprecate wifi (#2859)

This commit is contained in:
Matt Hill
2025-03-28 14:38:49 -06:00
committed by GitHub
parent 495bbecc01
commit 4b4cf76641
11 changed files with 56 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ export const mockPatchData: DataModel = {
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
network: {
wifi: {
enabled: false,
enabled: true,
interface: 'wlan0',
ssids: [],
selected: null,