Skip to content

Commit

Permalink
feat: add new radio text event
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinertech9 committed Jan 8, 2025
1 parent 618cc9f commit e19a1aa
Show file tree
Hide file tree
Showing 7 changed files with 511 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.3] - 2025-01-07

- feat: add new radio text event

## [1.9.2] - 2024-10-28

- feat: stop storing the message in the datastore
Expand Down
4 changes: 4 additions & 0 deletions docs/EVENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ This event marks the beginning of a new playing element/ track for the providing

The `next` event is similar to `playing` but only signalizes the next scheduled upcoming track. The next element can be replaced by a new next element before a playing element to signalize a new scheduled track.
A pair of next and playing events should have a reference between each other (`playlistId`), so subscribers can link these two incoming events.

## `de.ard.eventhub.v1.radio.text`

This event sets the live encoder text
Loading

0 comments on commit e19a1aa

Please sign in to comment.