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

@@ -149,10 +149,6 @@ export namespace RR {
// wifi
// @TODO remove for 040, set at server scope
// export type SetWifiCountryReq = { country: string }
// export type SetWifiCountryRes = null
export type GetWifiReq = {}
export type GetWifiRes = {
ssids: {

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,