From dc434bb06b474a55531c0fa691301911d3981367 Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Tue, 12 Mar 2024 14:06:28 -0400 Subject: [PATCH] fix: Remove todos --- .../specifications/intents/command-and-control.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/requirements/specifications/intents/command-and-control.md b/requirements/specifications/intents/command-and-control.md index 9c7429d73..8b9ef9293 100644 --- a/requirements/specifications/intents/command-and-control.md +++ b/requirements/specifications/intents/command-and-control.md @@ -200,8 +200,6 @@ optional relative field: The value is a positive or negative integer that is relative to a scale of 0-100. -**TODO**: Firebolt currently specifies the value as 0-1 - Firebolt will not support complicated relative changes, e.g. "Set the volume to 50% *of what it currently is\...*" @@ -325,8 +323,6 @@ Media: } ``` -**TODO**: this is different than what we officially published. We need to track down if anyone implemented the old Pause Intent. If so, we need to support pause w/ value: false to mean resume. - If the action is pause, then the currently playing media should be paused, with the frames on-screen and the video decoder ready to resume. @@ -442,8 +438,6 @@ These intents manipulate accessibility features on the device. This intent allows a user to turn closed captions on or off. -**TODO**: there is no hyphen in closed captions because it was already spec'd w/out one previously. Need to check if any platforms implemented it or not. - ```json { "type": "xrn:firebolt:intent:platform:accessibility", @@ -620,8 +614,6 @@ Finally, the intent **MAY** specify a `verbosity` property, which **MUST** use o This intent allows a user to turn audio descriptions of content on or off. -**TODO**: there is no hyphen in closed captions because it was already spec'd w/out one previously. Need to check if any platforms implemented it or not. - ```json {