You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ bot.set_verbosity(2)
84
84
| Verbosity | Example using `e_stop()`|
85
85
| :--- | :--- |
86
86
|`0` The function will return with no output. | No output. |
87
-
|`1`The name of the function will be output. |`e_stop called`|
88
-
|`2` The name of the function will be output with additional information about the return value. |`Triggered device emergency stop at: 2024-08-21 11:16:18.547813`|
87
+
|`1`A description of the action will be output with any additional results data. |`Triggered device emergency stop`|
88
+
|`2` The name of the function and the timestamp will be output. |`'e_stop()' called at: 2024-08-21 11:16:18.547813`|
0 commit comments