-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[viera-connector-homekit-connector-bridge] Prepared viera connector t…
…o homekit connector bridge (#306)
- Loading branch information
1 parent
cc300ec
commit 53798a8
Showing
7 changed files
with
209 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ protected function configure(): void | |
'connector', | ||
'c', | ||
Input\InputOption::VALUE_OPTIONAL, | ||
'Run devices module connector', | ||
'Connector ID or identifier', | ||
true, | ||
Check warning on line 78 in src/Commands/Execute.php GitHub Actions / PHP Tests For Mutants (8.2, ubuntu-latest) / Mutation Tests (PHP 8.2)
|
||
), | ||
]), | ||
|
@@ -100,9 +100,11 @@ protected function execute(Input\InputInterface $input, Output\OutputInterface $ | |
|
||
$io = new Style\SymfonyStyle($input, $output); | ||
|
||
$io->title((string) $this->translator->translate('//zigbee2mqtt-connector.cmd.execute.title')); | ||
if ($input->getOption('quiet') === false) { | ||
$io->title((string) $this->translator->translate('//zigbee2mqtt-connector.cmd.execute.title')); | ||
|
||
$io->note((string) $this->translator->translate('//zigbee2mqtt-connector.cmd.execute.subtitle')); | ||
$io->note((string) $this->translator->translate('//zigbee2mqtt-connector.cmd.execute.subtitle')); | ||
} | ||
|
||
if ($input->getOption('no-interaction') === false) { | ||
$question = new Console\Question\ConfirmationQuestion( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.