Merge branch 'master' into 117-implement-pain

This commit is contained in:
emelko
2018-08-31 20:59:23 +02:00
6 changed files with 62 additions and 16 deletions
+4
View File
@@ -15,6 +15,10 @@ const TemperatureSchema = {
type: 'string',
optional: true
},
note: {
type: 'string',
optional: true
}
}
}