Updated readme on the API references

This commit is contained in:
Luis Aleixo 2022-07-12 11:59:12 +02:00
parent d90e03446b
commit 3081031d12
2 changed files with 2 additions and 2 deletions

View file

@ -308,7 +308,7 @@ The documentation for this geocoding service is available at https://developers.
Please note that there is no need for keys on this API call. It is **free-of-charge**.
- **Humidity and Inside Temperature:**
There may be one external API call to fetch information related to a location specified in the UI. The data is related to the inside temperature and humidity of the selected location.
There is the possibility of using one external API call to fetch information related to a location specified in the UI. The data is related to the inside temperature and humidity taken from an indoor measurement device. Note that the API currently used from ARVE is only available for the `CERN theme` as the authorised sensors are installed at CERN."
## Update configuration

View file

@ -810,7 +810,7 @@ $(document).ready(function () {
//Check all radio buttons previously selected
$("input[type=radio]:checked").each(function() {require_fields(this)});
// On CERN theme, When the arve_sensors_option changes we want to make its respective
// On CERN theme, when the arve_sensors_option changes we want to make its respective
// children show/hide.
if ($("input[type=radio][name=arve_sensors_option]").length > 0) {
$("input[type=radio][name=arve_sensors_option]").change(on_use_sensors_data_change);