diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:11:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:11:07 -0600 |
commit | c895c15390ccba4dea8848a6eef98c7a4527c4e3 (patch) | |
tree | 3d4768839abdbab6914483810960646d4b5d5e36 /src/knutnet.h | |
parent | 90705c50d34801a0f7516ddc4d3bf6c295413297 (diff) | |
download | knutclient-c895c15390ccba4dea8848a6eef98c7a4527c4e3.tar.gz knutclient-c895c15390ccba4dea8848a6eef98c7a4527c4e3.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/knutnet.h')
-rwxr-xr-x | src/knutnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); /** |