summaryrefslogtreecommitdiff
path: root/decoders/onewire_network
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/onewire_network')
-rw-r--r--decoders/onewire_network/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py
index a916572..23402a6 100644
--- a/decoders/onewire_network/pd.py
+++ b/decoders/onewire_network/pd.py
@@ -33,7 +33,7 @@ command = {
}
class Decoder(srd.Decoder):
- api_version = 1
+ api_version = 2
id = 'onewire_network'
name = '1-Wire network layer'
longname = '1-Wire serial communication bus (network layer)'