mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
Update meta.py
fix docstring for bus_mode_prop
This commit is contained in:
parent
919c967023
commit
af647f2483
@ -12,7 +12,7 @@ def strip_output_prop(param):
|
|||||||
return property(fget, fset)
|
return property(fget, fset)
|
||||||
|
|
||||||
def bus_mode_prop(param):
|
def bus_mode_prop(param):
|
||||||
""" A strip output prop. """
|
""" A bus mode prop. """
|
||||||
def fget(self):
|
def fget(self):
|
||||||
data = self.public_packet
|
data = self.public_packet
|
||||||
modes = {
|
modes = {
|
||||||
|
Loading…
Reference in New Issue
Block a user