mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
More features
This commit is contained in:
@ -13,6 +13,7 @@ var deviceSchema = new Schema({
|
||||
location: String,
|
||||
frequencyType: String,
|
||||
frequencySchedule: [],
|
||||
lastTestRun: {},
|
||||
deleted: { type: Boolean, default: false }
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user