Merge pull request #151 from menaka121/IoTS-1.0.0-M1

Android sense type view changes : images and fixing bugs
Ruwan 9 years ago
commit 60b496c60b

@ -20,17 +20,17 @@
<h3 class="uppercase">What You Need</h3>
<hr>
<p class="grey margin-top">You should have an Android Device to get started.</p>
<p class="grey margin-top">You need an Android device to enroll this device.</p>
<ul class="list-unstyled">
<li class="padding-top-double"><span class="circle">STEP 01</span>&nbsp;&nbsp;&nbsp;Go ahead and click [Enroll
Device].
</li>
<li class="padding-top-double"><span class="circle">STEP 02</span>&nbsp;&nbsp;&nbsp;You can either scan the QR
code or direct download to get our
Android-App.
code or directly download to get the
Android Sense App.
</li>
<li class="padding-top-double"><span class="circle">STEP 03</span>&nbsp;&nbsp;&nbsp;Install our Android-App into
your Android Device.
<li class="padding-top-double"><span class="circle">STEP 03</span>&nbsp;&nbsp;&nbsp;Install Android Sense App
into your Android Device.
</li>
<li class="padding-top-double"><span class="circle">STEP 04</span>&nbsp;&nbsp;&nbsp;Proceed to the [Prepare]
section.
@ -160,14 +160,26 @@
<li class="padding-top-double"><span class="circle">04</span>&nbsp;&nbsp;&nbsp;Fill the login form with the
credentials.
<i>(Use server URL as [&nbsp;https://&lt;WSO2_IoT_SERVER_HOST&gt;:&lt;SERVER_PORT&gt;&nbsp;] and click on
the <strong>Register Device</strong> button.)</i></li>
the <strong>Enroll Device</strong> button.)</i>
<a href="{{@unit.publicUri}}/images/registerView.png" target="_blank" class="padding-top-double">
<img src="{{@unit.publicUri}}/images/registerView.png" class="img-responsive">
</a>
</li>
<li class="padding-top-double"><span class="circle">05</span>&nbsp;&nbsp;&nbsp;Once the device is enrolled,
click on the <strong>[+]</strong> button to select
the sensors.
<a href="{{@unit.publicUri}}/images/selectSensorView.png" target="_blank" class="padding-top-double">
<img src="{{@unit.publicUri}}/images/selectSensorView.png" class="img-responsive">
</a>
</li>
<li class="padding-top-double"><span class="circle">06</span>&nbsp;&nbsp;&nbsp;Click on the <i>[Publish
data]</i> button
to publish the sensor readings to the IoT server.
<a href="{{@unit.publicUri}}/images/publishDataView.png" target="_blank" class="padding-top-double">
<img src="{{@unit.publicUri}}/images/publishDataView.png" class="img-responsive">
</a>
</li>
</ul>
<br>
@ -183,7 +195,7 @@
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-right-arrow fw-stack-1x"></i>
</span>
&nbsp;&nbsp;&nbsp;You can view all your created devices at our <a href="{{@app.context}}/devices">[Device
&nbsp;&nbsp;&nbsp;You can view all your created devices at <a href="{{@app.context}}/devices">[Device
Management]</a>
page.
</li>
@ -200,7 +212,7 @@
<i class="fw fw-ring fw-stack-2x"></i>
<i class="fw fw-right-arrow fw-stack-1x"></i>
</span>&nbsp;&nbsp;&nbsp;You can also view "Analytics" of the data published to the IoT-Server by navigating
to the [Device-Analytics Page] from here.
to the Device Analytics page.
</li>
</ul>
<br/>

Loading…
Cancel
Save