mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
wip
This commit is contained in:
parent
6840398ba7
commit
067af920ad
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ export default class extends Module {
|
|||
if (rawDataJSON.max_index >= this.thresholdVal - 1) {
|
||||
const data: 震度レポート = {
|
||||
type: rawDataJSON.type,
|
||||
// 日付時刻は、yyyy-mm-dd hh:mm:ss
|
||||
time: new Date(parseInt(rawDataJSON.time)),
|
||||
max_index: rawDataJSON.max_index,
|
||||
intensity_list: rawDataJSON.intensity_list,
|
||||
|
|
Loading…
Reference in a new issue