removed debug print
This commit is contained in:
@@ -81,7 +81,6 @@ def on_event(config: dict, message: dict) -> None:
|
|||||||
"datetime": timestamp,
|
"datetime": timestamp,
|
||||||
"text": message.get("text") or str(template).format(**values),
|
"text": message.get("text") or str(template).format(**values),
|
||||||
}
|
}
|
||||||
pprint(payload)
|
|
||||||
send_event(
|
send_event(
|
||||||
payload,
|
payload,
|
||||||
event_url=str(config.get("event_url", "")),
|
event_url=str(config.get("event_url", "")),
|
||||||
|
|||||||
@@ -24,3 +24,5 @@
|
|||||||
2026-08-26T18:37:21+02:00 FIRST_ARRIVAL id=ignace mac=ce:68:53:a8:fc:07
|
2026-08-26T18:37:21+02:00 FIRST_ARRIVAL id=ignace mac=ce:68:53:a8:fc:07
|
||||||
2026-08-26T18:40:07+02:00 DEPARTED id=ignace mac=ce:68:53:a8:fc:07
|
2026-08-26T18:40:07+02:00 DEPARTED id=ignace mac=ce:68:53:a8:fc:07
|
||||||
2026-08-26T18:40:07+02:00 EMPTY id=house
|
2026-08-26T18:40:07+02:00 EMPTY id=house
|
||||||
|
2026-08-26T18:44:28+02:00 ARRIVED id=ignace mac=ce:68:53:a8:fc:07
|
||||||
|
2026-08-26T18:44:28+02:00 FIRST_ARRIVAL id=ignace mac=ce:68:53:a8:fc:07
|
||||||
|
|||||||
Reference in New Issue
Block a user