summaryrefslogtreecommitdiff
path: root/src/BLEAdvertisedDevice.h
diff options
context:
space:
mode:
authorkolban <kolban1@kolban.com>2017-10-13 10:52:17 -0500
committerkolban <kolban1@kolban.com>2017-10-13 10:52:17 -0500
commit34902f4e7fc6926a005a5ccfd4e530d6a6321613 (patch)
tree512593068ed656012ee31fced9526bff80ecad55 /src/BLEAdvertisedDevice.h
parentMerge pull request #5 from sebastiankliem/master (diff)
downloadthermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.tar.gz
thermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.tar.bz2
thermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.zip
Sync update for 0.4.3 take 2
Diffstat (limited to 'src/BLEAdvertisedDevice.h')
-rw-r--r--src/BLEAdvertisedDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BLEAdvertisedDevice.h b/src/BLEAdvertisedDevice.h
index 2fb2652..fbdeeec 100644
--- a/src/BLEAdvertisedDevice.h
+++ b/src/BLEAdvertisedDevice.h
@@ -30,7 +30,7 @@ public:
BLEAdvertisedDevice();
BLEAddress getAddress();
- uint16_t getApperance();
+ uint16_t getAppearance();
std::string getManufacturerData();
std::string getName();
int getRSSI();