public class TrgParrot {
// simulates a parrot chirp trigger mechanism
// as such this trigger is off at night
// in essence this trigger says: I am here, are you here? good.
private TrgTolerance tolerance = new TrgTolerance(3);
private Responder silencer = new...