The documentation states the following to stop the browse to use this:
zeroconf.stopBrowse( browserID )
I also tried:
zeroconf.stopBrowse( type, browserID ) zeroconf.stopBrowse( {type="type", browser="browserID"} )
In all test I get this error:
Jun 18 11:51:36.516 ERROR: Client.lua:444: zeroconf.stopBrowse(): did not receive browser type as first parameter
Not a big deal the All method works just fine but letting you know.