codersaur / SmartThings

Samsung SmartThings SmartApps and Device Handlers
Apache License 2.0
300 stars 541 forks source link

Folder structure does not allow ST-Github integration #29

Closed dkorunic closed 6 years ago

dkorunic commented 6 years ago

Please take look at developers' documentation (http://docs.smartthings.com/en/latest/tools-and-ide/github-integration.html) and rename folders as specified: DTHs should reside in devicetypes/dth1.src, devicetypes/dth2.src etc. and Smart Apps in smartapps/app1.src and smartapps/app2.src folders respectively.

This way that folders have been created here, user is forced to copy/paste code in IDE making future updates (and code change detection) a pain.

scrool commented 6 years ago

I have already opened PR #21 for this.

dkorunic commented 6 years ago

@scrool Agreed, sorry I have missed that. Closing the issue in favor of #21