Revert "Updated for Weather App on Grandstream Phons"
This reverts commit b61a678db5.
This commit is contained in:
parent
b61a678db5
commit
4659f5556b
|
|
@ -396,12 +396,4 @@
|
|||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enter City to configure City for the Weather app on the Phone";
|
||||
$y++;
|
||||
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "52b6e1e2-5ed5-11e8-9c2d-fa7ae01bbebc";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_temp_unit";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "f";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "c - Celsius f - Farenheit / If disabled will be set to auto";
|
||||
$y++;
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -5989,11 +5989,7 @@
|
|||
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
|
||||
<!-- String: auto, f, c -->
|
||||
<!-- Mandatory -->
|
||||
{if isset($grandstream_temp_unit)}
|
||||
<P1379>{$grandstream_temp_unit}</P1379>
|
||||
{else}
|
||||
<P1379>auto</P1379>
|
||||
{/if}
|
||||
<P1379>c</P1379>
|
||||
|
||||
<!-- Currency Update -->
|
||||
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->
|
||||
|
|
|
|||
|
|
@ -5989,11 +5989,7 @@
|
|||
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
|
||||
<!-- String: auto, f, c -->
|
||||
<!-- Mandatory -->
|
||||
{if isset($grandstream_temp_unit)}
|
||||
<P1379>{$grandstream_temp_unit}</P1379>
|
||||
{else}
|
||||
<P1379>auto</P1379>
|
||||
{/if}
|
||||
<P1379>c</P1379>
|
||||
|
||||
<!-- Currency Update -->
|
||||
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->
|
||||
|
|
|
|||
|
|
@ -5989,11 +5989,7 @@
|
|||
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
|
||||
<!-- String: auto, f, c -->
|
||||
<!-- Mandatory -->
|
||||
{if isset($grandstream_temp_unit)}
|
||||
<P1379>{$grandstream_temp_unit}</P1379>
|
||||
{else}
|
||||
<P1379>auto</P1379>
|
||||
{/if}
|
||||
<P1379>c</P1379>
|
||||
|
||||
<!-- Currency Update -->
|
||||
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->
|
||||
|
|
|
|||
|
|
@ -5989,11 +5989,7 @@
|
|||
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
|
||||
<!-- String: auto, f, c -->
|
||||
<!-- Mandatory -->
|
||||
<P1379>{if isset ($grandstream_temp_unit)}
|
||||
<P1379>{}$grandstream_temp_unit}</P1379>
|
||||
{else}
|
||||
<P1379>auto</P1379>
|
||||
{/if}
|
||||
<P1379>c</P1379>
|
||||
|
||||
<!-- Currency Update -->
|
||||
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->
|
||||
|
|
|
|||
|
|
@ -7262,11 +7262,7 @@
|
|||
<!-- # Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
|
||||
<!-- # String: auto, f, c -->
|
||||
<!-- # Mandatory -->
|
||||
<P1379>{if isset ($grandstream_temp_unit)}
|
||||
<P1379>{}$grandstream_temp_unit}</P1379>
|
||||
{else}
|
||||
<P1379>auto</P1379>
|
||||
{/if}
|
||||
|
||||
<!-- # Currency Update -->
|
||||
<!-- # Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue