Home controller
- Source:
-
- See:
-
- Source:
-
- See:
-
Members
(route) Index
Route:
Renders the index page.
- Source:
-
(route) Indexfts
Route:
Renders the indexfts page.
- Source:
-
(route) Indexreroute
Route:
Renders the indexreroute page.
- Source:
-
(route) Locale
Route:
Method |
Path |
GET |
/locale-:locale |
Changes the language of the interface.
- Source:
-
(route) Locale
Route:
Method |
Path |
GET |
/locale-:locale |
Changes the language of the interface.
- Source:
-
(route) Login
Route:
Renders the login page.
- Source:
-
(route) Login
Route:
Handles all post-data for login.
- Source:
-
(route) Logout
Route:
Log the user out of the system.
- Source:
-
(route) Map
Route:
Renders the map page.
- Source:
-
(route) Profile
Route:
Method |
Path |
POST |
/editsensor/:SerialID |
Saves the changes to an sensorhub
- Source:
-
(route) Sensorhub
Route:
Method |
Path |
GET |
/sensorhub/:SerialID |
Renders a specific sensorhub page.
Route Parameters:
Name |
Type |
Description |
:SerialID |
String |
is the SerialID of the SensorHub. |
- Source:
-