ppegusii / cs677-smart-homes-IoT

Programming Assignment 1: Internet of Things and Smart Homes
GNU General Public License v2.0
2 stars 0 forks source link

Test case: 1 #13

Closed ameetrivedi closed 9 years ago

ameetrivedi commented 9 years ago

Steps to reproduce:

  1. Start Temperature Sensor. When temperature sensor starts , it starts with temperature 0 degree
  2. Now, start Smart outlet. It starts with a state "Off"
  3. Now, unless there temperature sensor temperature goes above 2 and then drops down below 2 the outlet state remains "Off".

    Expected Behavior:

Shouldn't the Smart Outlet state be turned to "On" after Step 2 above.

ameetrivedi commented 9 years ago

Works fine. I did not wait for enough time for polling to complete. Closing the issue.