There are 2 ways of installing:
- Integrating with GitHub
- Copy and paste
- Follow the SmartThings documentation to integrate with GitHub
- Log Into the SmartThings IDE (US Users, UK Users)
- Find the 'My Device Handlers' link on the top of the page.
- Find the Settings button at the upper-right corner of your SmartThings IDE page (this will only appear after you have configured with GitHub).
- Clicking this button will open the GitHub Repository Integration page. Enter the information below:
- Owner: r3dey3
- Name: st-wifi-devices
- Branch: master
- Close the GitHub Repository Integration page by clicking the Save button.
- Click the Update from Repo button at the upper-right corner of your SmartThings IDE and select 'st-wifi-devices' from the list.
- In the right-hand column you will see two devicetypes/r3dey3/..., select both of them using the checkbox. Do not select 'README.md'
- At the bottom-right corner of the Update from Repo page, select Publish using the checkbox and then click Execute Update.
- The code for the Device Handlers:
- Select all of the code (typically Ctrl+A) and copy it (typically Ctrl+C)
- Next, log Into the SmartThings IDE (US Users, UK Users)
- Find the 'My Device Handlers' link on the top of the page.
- Click on the +Create New Device Handler in the upper-right corner.
- Select the From Code tab along the top section.
- Paste (typically Ctrl+V) the code you copied into the text box
- Click the Create button in the bottom left corner
- This will bring up another page with the code now formatted within the SmartThings IDE.
- Click the Save button in the upper-right corner
- Finally click-on the Publish button and select For Me at the upper-right corner of the screen.