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