moonraker: report Klipper event time with status subscriptions

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-07-06 14:35:09 -04:00
parent 4836f52a5d
commit 81854d1daf
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ class Server:
else:
conn_status[name] = {
k: v for k, v in val.items() if k in fields}
conn_status['eventtime'] = eventtime
conn.send_status(conn_status)
async def make_request(self, web_request: WebRequest) -> Any: