mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
remove ssh, deprecate wifi (#2859)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user