Remove the wake word and voice options from the device edit and default pages as a temporary measure for MVP

pull/78/head
Chris Veilleux 2022-03-14 14:20:34 -05:00
parent 39003b9fba
commit 7ccf15840d
2 changed files with 8 additions and 4 deletions

View File

@ -9,8 +9,10 @@
[required]="true"
>
</account-geography-card>
<account-voice-card [voiceForm]="defaultsForm"></account-voice-card>
<account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
<!-- Only available voice is the Mimic 3 British Male voice. -->
<!-- <account-voice-card [voiceForm]="defaultsForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>-->
</mat-card-content>
<mat-card-actions *ngIf="!addingDevice" align="right">
<button mat-button (click)="onSave()" [disabled]="!defaultsForm.valid">SAVE</button>

View File

@ -38,8 +38,10 @@
</mat-card>
<account-geography-card [geoForm]="deviceForm" [required]="true"></account-geography-card>
<account-voice-card [voiceForm]="deviceForm"></account-voice-card>
<account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
<!-- Only available voice is the Mimic 3 British Male voice. -->
<!-- <account-voice-card [voiceForm]="deviceForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>-->
<account-software-release-card
*ngIf="pantacorId"
[softwareReleaseForm]="deviceForm"