X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3-eventbroker_zmq%2Fmain.go;h=492e7fb01c31b6231e229b06f77f078f48483ca5;hb=51f3617510d7e89a8b432e052db16e0eb9864085;hp=67457528aab8c1bfa10fb8f8ce46028f59cb05b2;hpb=0fae447f152153a46e52bc6e4277f11b4b34594e;p=svn42.git diff --git a/go/r3-eventbroker_zmq/main.go b/go/r3-eventbroker_zmq/main.go index 6745752..492e7fb 100644 --- a/go/r3-eventbroker_zmq/main.go +++ b/go/r3-eventbroker_zmq/main.go @@ -67,7 +67,7 @@ func main() { go BrainCenter(zmqctx, brain_listen_addr_, store_these_events_chan) go MetaEventRoutine_Movement(ps, 10, 20, 10) - go MetaEventRoutine_Presence(ps) + go MetaEventRoutine_Presence(ps, 21, 200) // --- get update on most recent status --- answ := ZmqsAskQuestionsAndClose(zmqctx, door_cmd_addr_, [][][]byte{[][]byte{[]byte("status")}})