Skip to content

Conversation

@diescalo
Copy link
Member

No description provided.

- This first commit includes the structure of the project and the Login
  functionality.

https://onedigi.atlassian.net/browse/MPIDE-382

Signed-off-by: Diego Escalona <diego.escalona@digi.com>
- Added all the necessary functionality to:
  - Add a new sensor
  - Refresh the sensor value when added and monitor its value to refresh
    it when changes
  - Remove a sensor
- Implemented all the classes and methods to achieve the previous
  functionality.
- The only sensor fully implemented is the one corresponding to the XBIBC
  board.

Signed-off-by: Diego Escalona <diego.escalona@digi.com>

def dashboard(request):
if is_authenticated(request):
if request.method == "GET":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this method return anything if the method is not GET?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants