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

add occupancy check to matching function

parent 792b3f64
No related branches found
No related tags found
No related merge requests found
......@@ -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