added sendSetZone back as a pass-through func
This commit is contained in:
parent
000f464cd0
commit
1686b846d5
|
|
@ -99,6 +99,9 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
|||
dclass.receiveUpdateAllRequired(self, di)
|
||||
dclass.receiveUpdateOther(self, di)
|
||||
|
||||
def sendSetZone(self, zoneId):
|
||||
self.air.sendSetZone(self, zoneId)
|
||||
|
||||
def getZoneChangeEvent(self):
|
||||
return 'DOChangeZone-%s' % self.doId
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue