summary - novars-jp/MaBeeeMacApp GitHub Wiki

/

MaBeeeMacAppの状態のサマリを返します。

リクエスト

http://localhost:11111/

レスポンス

Status

  • 200

Body

{
    "devices": [
        {
            "battery_voltage": 0, 
            "battery_voltage_updated_at": "2016-08-16T02:49:55.494Z", 
            "id": 1, 
            "name": "MaBeee002234", 
            "pwm_duty": 0, 
            "rssi": -75, 
            "rssi_updated_at": "2016-08-16T02:49:58.647Z", 
            "state": "Disconnected"
        }
    ],
    "scan": true,
    "state": "PoweredOn"
}
  • 各属性の詳細はリンク先を参照してください。