Fix log timestamp unit

Vladimir Golovnev 2023-08-22 12:29:36 +03:00
parent a7194527b4
commit 6be7e7145f

@ -841,7 +841,7 @@ Property | Type | Description
------------|---------|------------ ------------|---------|------------
`id` | integer | ID of the message `id` | integer | ID of the message
`message` | string | Text of the message `message` | string | Text of the message
`timestamp` | integer | Milliseconds since epoch `timestamp` | integer | Seconds since epoch
`type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8` `type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8`
Example: Example: