Skip to content
Snippets Groups Projects
Commit 18cbc8b4 authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

Merge branch 'erkan/merge_tsmatch' into 'master'

add occupancy check to matching function

See merge request iiot/demonstrator2!20
parents dc3461b5 198dc2e8
No related branches found
No related tags found
No related merge requests found
Pipeline #44200 failed
......@@ -132,7 +132,7 @@ android {
applicationId "com.tsmatchapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionCode 6
versionName "1.2"
multiDexEnabled true
}
......
......@@ -40,7 +40,8 @@ export function findMeasurementType(serviceDescription, dbContext: DbContext) {
"Pressure",
"CO2 concentration",
"Volume",
"Particulate"
"Particulate",
"Occupancy"
]
tfidf.addDocument(serviceDescription.FeatureOfInterest.toString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment