Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Use video tag #73

Merged
merged 1 commit into from
Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

## Overview

<iframe width="353" height="628" src="/videos/Theengs-app-demo.mp4" frameborder="0" type="video/mp4" allowfullscreen></iframe>
<video width="353" height="628" controls>
<source src="/videos/Theengs-app-demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

## Real time data
The app enables to retrieve BLE sensor real time data, to add new sensors tap "Search for new sensors" in the hamburger menu.
Expand Down Expand Up @@ -37,7 +40,10 @@ Enter the following informations:

Once done click on the MQTT switch to activate the integration, if the app can connect to the broker, it will display "Connected" in the top right.

<iframe width="353" height="767" src="/videos/Theengs-App-mqtt-integration.mp4" frameborder="0" type="video/mp4" allowfullscreen></iframe>
<video width="353" height="767" controls>
<source src="/videos/Theengs-App-mqtt-integration.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

### iOS specificity

Expand Down