diff options
Diffstat (limited to 'nexus/ErrorCode.h')
-rw-r--r-- | nexus/ErrorCode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nexus/ErrorCode.h b/nexus/ErrorCode.h index 57c99c2..414dd2c 100644 --- a/nexus/ErrorCode.h +++ b/nexus/ErrorCode.h @@ -26,8 +26,9 @@ public: static const int WifiScanResult = 125; static const int WifiNetworkList = 126; - static const int VariableRead = 127; - static const int VariableWrite = 128; + static const int PropertyRead = 127; + static const int PropertySet = 128; + static const int PropertyList = 129; // 200 series - Requested action has been successfully completed static const int CommandOkay = 200; |