mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
make the sample array more than one element (#263)
This commit is contained in:
parent
57740c0217
commit
b5ec368d09
|
@ -106,7 +106,7 @@ def main():
|
|||
# make a random input object
|
||||
ravo1 = RandomAnalogValueObject(
|
||||
objectIdentifier=('analogValue', 1), objectName='Random1',
|
||||
eventMessageTexts=ArrayOf(CharacterString)(["hello"]),
|
||||
eventMessageTexts=ArrayOf(CharacterString)(["to", "infinity", "and", "beyond"]),
|
||||
)
|
||||
_log.debug(" - ravo1: %r", ravo1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user