We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f917588 commit f5be4e7Copy full SHA for f5be4e7
1 file changed
python/ola/PidStore.py
@@ -45,7 +45,7 @@
45
MAX_VALID_SUB_DEVICE = 0x0200
46
ALL_SUB_DEVICES = 0xffff
47
48
-# The two types of commands classes
+# The different types of commands classes
49
RDM_GET, RDM_SET, RDM_DISCOVERY = range(3)
50
51
0 commit comments