bobjacobsen / python-openlcb

MIT License
2 stars 1 forks source link

Example will print received Node IDs #30

Closed bobjacobsen closed 4 months ago

bobjacobsen commented 4 months ago

Adds a verify cycle to example_node_implementation.py. This will send a Verify_NodeID_Number_Global request, and print the Verified_NodeID responses.

See Issue #29 for background.