This commit is contained in:
@@ -271,7 +271,7 @@ export interface SwitchCardRequest {
|
||||
|
||||
// 设置WiFi请求参数
|
||||
export interface SetWiFiRequest {
|
||||
enabled: number // 启用状态(0:禁用, 1:启用)
|
||||
enabled: boolean // 启用状态
|
||||
ssid: string // WiFi 名称(1-32字符)
|
||||
password: string // WiFi 密码(8-63字符)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user