We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e720a6 commit e09aff4Copy full SHA for e09aff4
README.md
@@ -15,7 +15,7 @@
15
16
# Orangetool
17
18
-Consist of some useful script for Orange Pi/Raspberry Pi boards (Under Development)
+Consist of some general and useful scripts that developed for Orange Pi/Raspberry Pi boards (Under Development)
19
20
Tested on Lubuntu 14.04
21
@@ -113,6 +113,10 @@ temp=orangetool.get_temp() # this function return cpu temperature as string
113
114
time=orangetool.uptime() # this function return uptime of system
115
116
+#15- idletime
117
+
118
+time=orangetool.idletime() # this function return idle of system ( all cores)
119
120
```
121
122
0 commit comments