バッテリー残量を含む、システムデータを取得する
| 論理名称 | 物理名称 | データ型 | 規定値 | 備考 |
|---|---|---|---|---|
| - | - | - | - | - |
{
"type":"get_system_data",
}
| 論理名称 | 物理名称 | データ型 | 規定値 | 備考 |
|---|---|---|---|---|
| 結果コード | result_cd | 文字列 | 0 | 結果コード(0:正常 1:異常) |
| エラーコード | error_cd | 文字列 | empty | エラー時のエラー判別コード(任意) |
| エラーメッセージ | error_msg | 文字列 | empty | エラーメッセージ(任意) |
{
"type":"get_system_data",
"data":{
"volume_system_level":80,
"volume_app_level":60,
"wifi_ssid":"XXXXXXXXXX",
"md_status":2,
"battery_remain":90,
"battery_status":2,
"battery_info":0,
"ids":[
{ "id":"1",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"2",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"3",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"4",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"5",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"6",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"7",
"detection_range_start":30,
"detection_range_end":80
},
{ "id":"8",
"detection_range_start":30,
"detection_range_end":80
}
],
"uls":[
{
"detection_range_start":30,
"detection_range_end":80
}
]
}
}