mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
いったん
This commit is contained in:
parent
5d49778cbc
commit
6840398ba7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default class extends Module {
|
||||||
public readonly name = "earthquake";
|
public readonly name = "earthquake";
|
||||||
private message: string = "";
|
private message: string = "";
|
||||||
|
|
||||||
private thresholdVal = 5; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。
|
private thresholdVal = 0; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。 普段は5(震度3)
|
||||||
private earthquakeIntensityIndex: string[] = [
|
private earthquakeIntensityIndex: string[] = [
|
||||||
"0未満",
|
"0未満",
|
||||||
"0",
|
"0",
|
||||||
|
|
Loading…
Reference in a new issue