From ecb794fb77487847bbadf75d3a72e93397d63206 Mon Sep 17 00:00:00 2001 From: jsiegenthaler Date: Sat, 15 Jun 2024 08:54:41 +0200 Subject: [PATCH] Updated iOS version references in Readme --- CHANGELOG.md | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f190898..7f4b4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ This release also fixes logon for Belgium users, but other countries still have * Bumped dependency "tough-cookie": "^4.1.4" * Bumped dependency "ws": "^8.17.0" * Removed Magenta TV from package.json +* Updated iOS version references in Readme ## 2.3.1 (2024-04-06) diff --git a/README.md b/README.md index 17ca833..0414d5f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ In January 2023, an ARRIS VIP5002W appeared, which identifies itself as an APLST This plugin is not provided by Telenet or Sunrise or Virgin Media or Ziggo any other affiliate of [UPC](https://en.wikipedia.org/wiki/UPC_Broadband). It is neither endorsed nor supported nor developed by [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) or any affiliates. [UPC](https://en.wikipedia.org/wiki/UPC_Broadband) can change their systems at any time and that might break this plugin. But I hope not. ## Requirements -* An Apple iPhone or iPad with iOS/iPadOS 14.0 (or later). Developed on iOS 14.1...17.3, earlier versions not tested. +* An Apple iPhone or iPad with iOS/iPadOS 14.0 (or later). Developed on iOS 14.1...17.5, earlier versions not tested. * [Homebridge](https://homebridge.io/) v1.1.116 (or later). Developed on Homebridge 1.1.116....1.7.0, earlier versions not tested. * A TV subscription from one of the supported countries and TV providers. * An online account for viewing TV in the web app (often part of your TV package), see the table above. @@ -126,7 +126,7 @@ This plugin is not provided by Telenet or Sunrise or Virgin Media or Ziggo any o * **Fully Configurable**: A large amount of configuration items exist to allow you to configure your plugin the way you want. -* **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS 17.3). Hopefully, Apple will add support for these features in the future. You can however use this data in Home Automations or the Shortcuts app. +* **Future Feature Support**: The plugin also supports current and target media state as well as closed captions, even though the Home app accessory cannot currently display or control this data in the home app (as at iOS 17.5). Hopefully, Apple will add support for these features in the future. You can however use this data in Home Automations or the Shortcuts app. @@ -184,7 +184,7 @@ The following keys are supported by in the **Apple TV Remote** in the Control Ce | Volume Up | volUpCommand | - | | Volume Down | volDownCommand | 3 clicks = mute | -NOTE: The Mute and Power buttons appear in the Remote Control as of iOS 17.3, however they are disabled. Currently, I do not know how to enable these buttons. If you have any information about these buttons, please get in touch with me. +NOTE: The Mute and Power buttons appear in the Remote Control as of iOS 17.5, however they are disabled. Currently, I do not know how to enable these buttons. If you have any information about these buttons, please get in touch with me. The table shows the default key mappings. You can map any Apple TV Remote button to any set-top box remote control button, see the Wiki for all of the known [KeyEvents](https://github.com/jsiegenthaler/homebridge-eosstb/wiki/KeyEvents). @@ -219,13 +219,13 @@ Services used in this set-top box accessory are: 4. Input service. The input (TV channels) utilises one service per input. The maximum possible channels (inputs) are thus 100 - 3 = 97. I have limited the inputs to maximum 95, but you can override this in the config (helpful to reduce log entries when debugging). The inputs are hard limited to 95 inputs. ### Media State (Play/Pause) Limitations -The eosstb plugin can detect the target and current media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed only for current media state when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS 17.3) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future. +The eosstb plugin can detect the target and current media state and shows STOP, PLAY, PAUSE or LOADING (loading is displayed only for current media state when fast-forwarding or rewinding) in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the media state (as at iOS 17.5) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future. ### Recording State Limitations The eosstb plugin can detect the current recording state of the set-top box, both for local HDD-based recording (for boxes that have a HDD fitted) and for network recording. The plugin shows IDLE, ONGOING_NDVR or ONGOING_LOCALDVR in the Homebridge logs. DVR means digital video recorder; N for network and LOCAL for local HDD based recording. The Apple Home app cannot natively do anything with the recording state but the eosstb plugin uses it to set the inUse charateristic if the set-top box is turned on or is recording to the local HDD. This is useful in Shortcuts or Automations. ### Closed Captions Limitations -The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS 17.3) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future. +The eosstb plugin can detect the closed captions state (**Subtitle options** in the set-top box menu) and shows ENABLED or DISABLED in the Homebridge logs. Unfortunately, the Apple Home app cannot do anything with the closed captions state (as at iOS 17.5) apart from allow you to read it in Shortcuts or Automations. Hopefully this will improve in the future. ## Configuration Add a new platform to the platforms section of your homebridge `config.json`.