Skip to content

Commit 9201a3e

Browse files
authored
Added location type export (#9)
1 parent efbf164 commit 9201a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

business/tsextractor/tsextractor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func extractPropertyNameAndType(thing iotclient.ArduinoThing, propertyID string)
239239
}
240240

241241
func isStringProperty(ptype string) bool {
242-
return ptype == "CHARSTRING"
242+
return ptype == "CHARSTRING" || ptype == "LOCATION"
243243
}
244244

245245
func (a *TsExtractor) populateStringTSDataIntoS3(

0 commit comments

Comments
 (0)