Added redundant matrix calls
This commit is contained in:
parent
152d73e9f9
commit
14312908bf
@ -144,6 +144,8 @@ class HarmonyDataProvider {
|
|||||||
if (matrixDevice.supportsCommand(inputCommandName) && matrixDevice.supportsCommand(outputCommandName)) {
|
if (matrixDevice.supportsCommand(inputCommandName) && matrixDevice.supportsCommand(outputCommandName)) {
|
||||||
await this.sendCommand(matrixDevice.getCommand(outputCommandName));
|
await this.sendCommand(matrixDevice.getCommand(outputCommandName));
|
||||||
await this.sendCommand(matrixDevice.getCommand(inputCommandName));
|
await this.sendCommand(matrixDevice.getCommand(inputCommandName));
|
||||||
|
await this.sendCommand(matrixDevice.getCommand(outputCommandName));
|
||||||
|
await this.sendCommand(matrixDevice.getCommand(inputCommandName));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user