Rainer Meier wrote: > Low level information like "battery status" might not be available > within a clearly defined API. However there is already a check type > called "execute" within WPKG 1.1.x - this allows you to trigger any > external application which could do exactly these checks. This check could be quite useful, e.g. if (not mains powered && battery < 20 mins left) { skip wpkg stuff } (no point turning on your laptop computer to find wpkg drains the last bit of battery life on installing package updates you didn't need) and/or maybe: if (wireless network connection) { skip wpkg stuff // so not to overload wireless network } Not sure how you could implement either one though. Brian May |