-
Notifications
You must be signed in to change notification settings - Fork 3
summary
Takeshi Shoji edited this page Sep 14, 2016
·
12 revisions
MaBeeeMacAppの状態のサマリを返します。
http://localhost:11111/
- 200
{
"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"
}