Allow for WFC status to be MLTEV

This commit is contained in:
Bryan Ashby
2022-07-17 23:02:08 -06:00
parent e8f6a2f702
commit 17ddd73247
5 changed files with 21 additions and 7 deletions

View File

@@ -297,7 +297,7 @@
statusAvailableIndicators: [ "N", "Y" ]
statusVisibleIndicators: [ "N", "Y" ]
nodeStatusSelectionFormat: "|00|10{realName}"
nodeStatusSelectionFormat: "|00|10{realName}\n{serverName}"
}
0: {
mci: {
@@ -322,6 +322,13 @@
width: 73
itemFormat: "|00|07{nodeId} {levelIndicator} |02{timestamp} {message:<51.50}"
}
MT3: {
mode: preview
autoScroll: false
height: 5
width: 12
}
}
}
}