adds note to temperature

This commit is contained in:
tina
2018-08-31 14:01:48 +02:00
parent 54a3db4096
commit 3bd5770c33
3 changed files with 24 additions and 3 deletions
+4
View File
@@ -15,6 +15,10 @@ const TemperatureSchema = {
type: 'string',
optional: true
},
note: {
type: 'string',
optional: true
}
}
}