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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user