Computer Rules
[id: ojhknsxfrbyfobnv] i(battery) => evalOutput(iround(oshi_batteryLevel()) + " percent")
[id: jizbszxczelzoqxy] i(cpu temperature) => evalOutput(iround(oshi_cpuTemperature()) + " degrees")
[id: kzeqxwxescouzslu] i(suspend computer|suspend machine) && evalTrue(runDependentInNewThread(#1015616)) => o(suspending machine)
[id: ktwiutnjxhnenefx] i(what's the date) && $x = eval(nth(localDayOfMonth())) => o(It's the $x)
[id: lparnkayqgffzrpw] followingUpOn(ktwiutnjxhnenefx) && i(of|of which month|which month|month|tell me the month|i want to know the month) => evalOutput(localEnglishMonth())
[id: rnkxggnezdkhcfbd] input(what is the time) && $time = eval(localTime_24()) => output("It is $time")
[id: twvvthhtvuauotce] input(what time is it) && $time = eval(localTime_24()) => output("It is $time")