mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 19:46:26 -04:00
add duration to heartbeat, add timezone array
This commit is contained in:
parent
46f07fc17e
commit
82afddcfd6
5 changed files with 394 additions and 4 deletions
|
@ -23,6 +23,7 @@ class Heartbeat extends BeanModel {
|
|||
msg: this.msg,
|
||||
ping: this.ping,
|
||||
important: this.important,
|
||||
duration: this.duration,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue