Symbols used for units

Hello All,

I am just getting started with Vera and have created a new device using the “Temperature Sensor1” json and xml files (D_TemperatureSensor1.json, D_TemperatureSensor1.xml, S_TemperatureSensor1.xml).

I am using this new “device” to display the data from a soil moisture sensor. Everything works great and I can display the sensor data using an “Http://” request. However when the data is displayed on my mobile Vera Apps, I cannot suppress the display of the Temperature units “?F”. So the soil moisture would be displayed as “12.5% ?F”

In the json file I found a reference to the degree symbol and changed “text” from the degree symbol to a null as shown below:

“Label”: {
“lang_tag”: “ui7_degree_sign”,
“text”: “”
},

This works and the “?F” is suppressed when I look at the sensor in the UI connecting DIRECTLY to the controller.

However when I look at the sensor data using my Vera iphone or Andoroid App, the “?F” is still displayed.

Any clues as to why this happens?

Thanks