From e29455aea4fc1fda591862200c6321a3722e134c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:31:19 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/knutnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knutnet.h') diff --git a/src/knutnet.h b/src/knutnet.h index f15ce4e..56e13ab 100755 --- a/src/knutnet.h +++ b/src/knutnet.h @@ -145,7 +145,7 @@ public: // this not error NoListVars}; //upsd doesn't return list of variables, variable for STATUS has got value WAIT - enum typeOftqStatus { + enum typeOfStatus { NS = 0, // - NONE status of UPS wasn't read OFF = 1, // - UPS is off (not supplying power) OL = 2, // - UPS is online (supplying power from the line/mains) @@ -481,7 +481,7 @@ bool switchedToTCP ( void ); * * @since 0.5 **/ -int readtqStatus(void); +int readStatus(void); /** -- cgit v1.2.1