mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-14 05:14:46 +00:00
Compare commits
4 commits
2f50c915b7
...
b9dfb8a5be
Author | SHA1 | Date | |
---|---|---|---|
|
b9dfb8a5be | ||
|
be2faf64ce | ||
|
0b76e19401 | ||
|
df2f76dbe3 |
2 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,7 @@ Requirements:
|
|||
- Platform
|
||||
- ✅ Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc.
|
||||
- ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher
|
||||
- ❌ FreeBSD / OpenBSD / NetBSD
|
||||
- ❌ Replit / Heroku
|
||||
- [Node.js](https://nodejs.org/en/download/) 18 / 20.4
|
||||
- [npm](https://docs.npmjs.com/cli/) 9
|
||||
|
|
|
@ -40,6 +40,14 @@ class Heartbeat extends BeanModel {
|
|||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: Find the msg from the `msg` table and get the msg_id
|
||||
* @param value
|
||||
*/
|
||||
set msg(value) {
|
||||
throw new Error("Not implemented yet")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = Heartbeat;
|
||||
|
|
Loading…
Add table
Reference in a new issue