Save time when first entering temp

This commit is contained in:
Julia Friesel
2018-07-16 18:54:09 +02:00
parent 5725739d4e
commit e3ddcaa0b1
2 changed files with 21 additions and 3 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ const TemperatureSchema = {
name: 'Temperature',
properties: {
value: 'double',
exclude: 'bool'
exclude: 'bool',
time: {
type: 'string',
optional: true
},
}
}