pretty xair plugin

This commit is contained in:
2022-12-12 14:37:04 -06:00
parent 7ecc379473
commit 6d2bdcae74
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
exports.config = {
defaultName: "X Air Mixer",
connectionType: "UDPsocket",
defaultName: 'X Air Mixer',
connectionType: 'UDPsocket',
heartbeatInterval: 10000,
defaultPort: 10024,
mayChangePort: false,
@@ -11,9 +11,9 @@ exports.config = {
listenPort: 0,
validateResponse(msg, info) {
return msg.toString().indexOf('/xinfo') === 0;
}
}
}
},
},
};
exports.ready = function ready(device) {
const d = device;
+1 -1
View File
@@ -128,7 +128,7 @@ input[type='range']::-webkit-slider-runnable-track {
border-radius: 4px;
}
.infin{
.infin {
font-size: 20px;
vertical-align: middle;
}