I'm trying to map my devices using map card on IoT Platform. The devices don't send location data so I added the following JSON to device's metadata:
{
"location" : {
"long": "32.333333",
"lat":"32.333333"
}
}
Then, added this properties to the device's schema as well using
"metadata.location.long" and "metadata.location.lat"
But yet it isn't recognized by the map card.
Is there any way to use the metadata for map card?
Thanks