summaryrefslogtreecommitdiff
path: root/decoders/wiegand/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/wiegand/pd.py')
-rw-r--r--decoders/wiegand/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/wiegand/pd.py b/decoders/wiegand/pd.py
index 6194194..1f03651 100644
--- a/decoders/wiegand/pd.py
+++ b/decoders/wiegand/pd.py
@@ -37,7 +37,7 @@ class Decoder(srd.Decoder):
{'id': 'active', 'desc': 'Data lines active level',
'default': 'low', 'values': ('low', 'high')},
{'id': 'bitwidth_ms', 'desc': 'Single bit width in milliseconds',
- 'default': '4', 'values': ('1', '2', '4', '8', '16', '32')},
+ 'default': 4, 'values': (1, 2, 4, 8, 16, 32)},
)
annotations = (
('bits', 'Bits'),