Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Mi Router System Api (Sys)

Mane edited this page Aug 20, 2018 · 1 revision

Mi Router System Api (Sys)

使用小米路由器Web Api,类方法通常是Sys开头。

Using Mi Router System Web Api , Class name also 'sys' begining.

MiRouterHelper mirouter_help = new MiRouterHelper();
MiRouterAPI api = new MiRouterAPI(mirouter_help.LoginToGetBaseKey("your password"));
Console.WriteLine(api.Sys*****());

下面列所有Mi Router System Api (Sys)的类方法:

  • SysGetStatus()

获取小米路由器当前状态,返回String类型。

Get the router state and return the string type.

  • SysGetDeviceList()

获取连接的设备列表,返回String类型。

Get devices list and return the string type.

  • SysGetMessages()

获取消息,返回String类型。

Get message and return the string type.

  • SysGetRouterName()

获取当前路由器的名字,返回String类型。

Get router name and return the string type.