Revert "Updated for Weather App on Grandstream Phons"

This reverts commit b61a678db5.
This commit is contained in:
Zachary Kitchen 2018-05-23 17:12:42 -05:00
parent b61a678db5
commit 4659f5556b
6 changed files with 24 additions and 52 deletions

View File

@ -396,12 +396,4 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $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"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Enter City to configure City for the Weather app on the Phone";
$y++; $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++;
?> ?>

View File

@ -5989,11 +5989,7 @@
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto --> <!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
<!-- String: auto, f, c --> <!-- String: auto, f, c -->
<!-- Mandatory --> <!-- Mandatory -->
{if isset($grandstream_temp_unit)} <P1379>c</P1379>
<P1379>{$grandstream_temp_unit}</P1379>
{else}
<P1379>auto</P1379>
{/if}
<!-- Currency Update --> <!-- Currency Update -->
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 --> <!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->

View File

@ -5989,11 +5989,7 @@
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto --> <!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
<!-- String: auto, f, c --> <!-- String: auto, f, c -->
<!-- Mandatory --> <!-- Mandatory -->
{if isset($grandstream_temp_unit)} <P1379>c</P1379>
<P1379>{$grandstream_temp_unit}</P1379>
{else}
<P1379>auto</P1379>
{/if}
<!-- Currency Update --> <!-- Currency Update -->
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 --> <!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->

View File

@ -5989,11 +5989,7 @@
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto --> <!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
<!-- String: auto, f, c --> <!-- String: auto, f, c -->
<!-- Mandatory --> <!-- Mandatory -->
{if isset($grandstream_temp_unit)} <P1379>c</P1379>
<P1379>{$grandstream_temp_unit}</P1379>
{else}
<P1379>auto</P1379>
{/if}
<!-- Currency Update --> <!-- Currency Update -->
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 --> <!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->

View File

@ -5989,11 +5989,7 @@
<!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto --> <!-- Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
<!-- String: auto, f, c --> <!-- String: auto, f, c -->
<!-- Mandatory --> <!-- Mandatory -->
<P1379>{if isset ($grandstream_temp_unit)} <P1379>c</P1379>
<P1379>{}$grandstream_temp_unit}</P1379>
{else}
<P1379>auto</P1379>
{/if}
<!-- Currency Update --> <!-- Currency Update -->
<!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 --> <!-- Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->

View File

@ -7262,11 +7262,7 @@
<!-- # Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto --> <!-- # Degree Unit. auto - Automatic, f - Fahrenheit, c - Celsius. Default is auto -->
<!-- # String: auto, f, c --> <!-- # String: auto, f, c -->
<!-- # Mandatory --> <!-- # Mandatory -->
<P1379>{if isset ($grandstream_temp_unit)}
<P1379>{}$grandstream_temp_unit}</P1379>
{else}
<P1379>auto</P1379> <P1379>auto</P1379>
{/if}
<!-- # Currency Update --> <!-- # Currency Update -->
<!-- # Enable Currency update. 0 - No, 1 - Yes. Default is 1 --> <!-- # Enable Currency update. 0 - No, 1 - Yes. Default is 1 -->