Results 2 comments of Frantisek Farkas
trafficstars

Hi, Thanks for such quick response, so in the most upper context of the API you have this declared, the following piece of code is executed only once and that's...

also the collector mentioned above represents this object ``` class Collector: def __init__(self): self.infos = [] def on_service_state_change( self, zeroconf: Zeroconf, service_type: str, name: str, state_change: ServiceStateChange, ) -> None:...