Added redundant matrix calls

This commit is contained in:
watsonb8 2019-08-01 18:57:19 -04:00
parent 152d73e9f9
commit 14312908bf

View File

@ -144,6 +144,8 @@ class HarmonyDataProvider {
if (matrixDevice.supportsCommand(inputCommandName) && matrixDevice.supportsCommand(outputCommandName)) {
await this.sendCommand(matrixDevice.getCommand(outputCommandName));
await this.sendCommand(matrixDevice.getCommand(inputCommandName));
await this.sendCommand(matrixDevice.getCommand(outputCommandName));
await this.sendCommand(matrixDevice.getCommand(inputCommandName));
}
}