add duration to heartbeat, add timezone array

This commit is contained in:
LouisLam 2021-07-01 02:02:54 +08:00
parent 46f07fc17e
commit 82afddcfd6
5 changed files with 394 additions and 4 deletions

View file

@ -23,6 +23,7 @@ class Heartbeat extends BeanModel {
msg: this.msg,
ping: this.ping,
important: this.important,
duration: this.duration,
};
}