Skip to content

Commit

Permalink
Do not put in read-only the speak and utterance channels
Browse files Browse the repository at this point in the history
Signed-off-by: Gwendal Roulleau <[email protected]>
  • Loading branch information
dalgwen committed Nov 27, 2021
1 parent 0524fa7 commit 44df6b5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@
<item-type>String</item-type>
<label>TTS</label>
<description>The last sentence Mycroft spoke.</description>
<state readOnly="true"></state>
</channel-type>

<channel-type id="utterance-channel">
<item-type>String</item-type>
<label>Utterance</label>
<description>The last utterance Mycroft received.</description>
<state readOnly="true"></state>
</channel-type>

<channel-type id="full-message-channel" advanced="true">
Expand Down

0 comments on commit 44df6b5

Please sign in to comment.