Skip to content

Commit

Permalink
Merge pull request #184 from Screenly/fix/tfl_ready_signal
Browse files Browse the repository at this point in the history
Replaces: old style ready_signal with new one for tfl
  • Loading branch information
korvyashka authored Sep 10, 2024
2 parents e0fb417 + 5c69c01 commit db321f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions edge-apps/tfl-bus-status/screenly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
syntax: manifest_v1
id: 01J014HW843KTC13XKXV3ABD04
ready_signal: true
description: |
Displays TFL Bus Status for a given bus stop.
You can find the list of all bus stops here:
Expand All @@ -23,10 +24,3 @@ settings:
help_text: |
You can find your bus stop here:
https://playground.srly.io/edge-apps/helpers/tfl/bus-stop-lookup/
screenly_render_notification:
type: string
default_value: "1"
title: Requires ready for rendering
optional: true
help_text: |
Leave as is.
8 changes: 1 addition & 7 deletions edge-apps/tfl-bus-status/screenly_qc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
syntax: manifest_v1
id: 01J013T9F09HS3TSPWF226ND18
ready_signal: true
description: |
Displays TFL Bus Status for a given bus stop.
You can find the list of all bus stops here:
Expand All @@ -23,10 +24,3 @@ settings:
help_text: |
You can find your bus stop here:
https://playground.srly.io/edge-apps/helpers/tfl/bus-stop-lookup/
screenly_render_notification:
type: string
default_value: "1"
title: Requires ready for rendering
optional: true
help_text: |
Leave as is.

0 comments on commit db321f0

Please sign in to comment.