Skip to content

Commit 5f5d9a1

Browse files
committed
Merge branch 'feat/peripheral-integration-poc' into ew-demo/additional-sensor-data-on-operator-view
2 parents 092e6fe + 83809de commit 5f5d9a1

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

edge-apps/clock/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ The app accepts the following settings via `screenly.yml`:
2525
| `openweathermap_api_key` | OpenWeatherMap API key to access weather data and location information. Get your API key from the [OpenWeatherMap API](https://openweathermap.org/api) | optional | - |
2626
| `override_locale` | Override the default locale with a supported language code | optional | `en` |
2727
| `override_timezone` | Override the default timezone with a supported timezone identifier (e.g., `Europe/London`, `America/New_York`). Defaults to the system timezone if left blank | optional | - |
28-
| `theme` | Visual theme for the app: 'light' or 'dark' | required | `light` |
2928
| `unit` | Measurement unit for temperature display: `auto` (automatically determined based on location), `metric` (Celsius), or `imperial` (Fahrenheit) | optional, advanced | `auto` |
3029

3130
**Note:** When `unit` is set to `auto` (default), temperature units are automatically determined based on the device's location. The following countries use Fahrenheit: United States (US), Bahamas (BS), Cayman Islands (KY), Liberia (LR), Palau (PW), Federated States of Micronesia (FM), and Marshall Islands (MH). All other countries use Celsius.

edge-apps/clock/e2e/screenshots.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const { screenlyJsContent } = createMockScreenlyForScreenshots(
1616
location: 'New York, NY',
1717
},
1818
{
19-
theme: 'light',
2019
override_timezone: 'America/New_York',
2120
override_locale: 'en',
2221
openweathermap_api_key: 'mock-api-key',

edge-apps/clock/screenly.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ settings:
5151
help_text: |
5252
Enter your Google Tag Manager container ID to enable tracking and analytics.
5353
is_global: true
54-
theme:
55-
type: string
56-
default_value: light
57-
title: Theme
58-
optional: false
59-
help_text: |
60-
Select the visual theme for the app ('light' or 'dark').
6154
unit:
6255
type: string
6356
default_value: auto

edge-apps/clock/screenly_qc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ settings:
5151
help_text: |
5252
Enter your Google Tag Manager container ID to enable tracking and analytics.
5353
is_global: true
54-
theme:
55-
type: string
56-
default_value: light
57-
title: Theme
58-
optional: false
59-
help_text: |
60-
Select the visual theme for the app ('light' or 'dark').
6154
unit:
6255
type: string
6356
default_value: auto

edge-apps/weather/e2e/screenshots.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const { screenlyJsContent } = createMockScreenlyForScreenshots(
2020
location: 'Mountain View, CA',
2121
},
2222
{
23-
theme: 'light',
2423
override_timezone: 'America/Los_Angeles',
2524
override_locale: 'en',
2625
openweathermap_api_key: 'mock-api-key',

0 commit comments

Comments
 (0)