added elevator support

This commit is contained in:
2016-09-10 15:13:49 +02:00
parent fa06320219
commit 674f79c150
13 changed files with 353 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ private:
QPushButton* btnPillar;
QPushButton* btnDoor;
QPushButton* btnStair;
QPushButton* btnElevator;
QPushButton* btnWifi;
QPushButton* btnBeacon;
@@ -54,6 +55,7 @@ private slots:
void onNewPillar();
void onNewDoor();
void onNewStair();
void onNewElevator();
void onNewAccessPoint();
void onNewBeacon();