diff --git a/src/views/Zniffer.vue b/src/views/Zniffer.vue
index 806902ca02..d5e2b050a9 100644
--- a/src/views/Zniffer.vue
+++ b/src/views/Zniffer.vue
@@ -200,6 +200,9 @@
{{ item.payload }}
+ ROUTED ACK
---
@@ -680,6 +683,8 @@ export default {
style.backgroundColor = 'rgba(0, 0, 255, 0.5)'
} else if (frame.corrupted) {
style.backgroundColor = 'rgba(255, 0, 0, 0.1)'
+ } else if (frame.routedAck) {
+ style.backgroundColor = 'rgba(255, 165, 0, 0.1)'
} else {
if (frame.protocol === Protocols.ZWaveLongRange) {
switch (frame.type) {