add wake on lan

This commit is contained in:
Nikola Petrov
2023-10-12 22:21:55 +02:00
parent 51723f029c
commit 6d3dcc773d
6 changed files with 42 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ var userSchema = new Schema({
'omdb_key': String,
'twitch_client_id': String,
'twitch_client_secret': String,
'mac_address': String,
});
module.exports = mongoose.model('user', userSchema);