summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/onewire_network/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py
index 4b5fed5..c31d5f9 100644
--- a/decoders/onewire_network/pd.py
+++ b/decoders/onewire_network/pd.py
@@ -29,6 +29,7 @@ command = {
0xec: ['Conditional search ROM', 'SEARCH ROM'],
0x3c: ['Overdrive skip ROM' , 'TRANSPORT' ],
0x69: ['Overdrive match ROM' , 'GET ROM' ],
+ 0xa5: ['Resume' , 'TRANSPORT' ],
}
class Decoder(srd.Decoder):