Contains python control script, Android app code, schematics, and an installer script to automate installation on the Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
339 B

  1. <resources>
  2. <string name="app_name">Garage Door Controller</string>
  3. <string name="Button_text">Open Garage</string>
  4. <string name="Text_under_button">Opens the garage</string>
  5. <string name="Sensor_button_text">Check Garage</string>
  6. <string name="sensor_text">Check if the garage is open or closed.</string>
  7. </resources>