1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

add default support for I-Am

This commit is contained in:
Joel Bender
2015-09-16 14:44:12 -04:00
parent b54610f099
commit 341c4aba3a

View File

@@ -299,6 +299,10 @@ class Application(ApplicationServiceElement, Logging):
# away it goes
self.request(iAm)
def do_IAmRequest(self, apdu):
"""Respond to an I-Am request."""
if _debug: Application._debug("do_IAmRequest %r", apdu)
def do_ReadPropertyRequest(self, apdu):
"""Return the value of some property of one of our objects."""
if _debug: Application._debug("do_ReadPropertyRequest %r", apdu)