Learn to make SmartApps with me!

I’m making a video series on basic SmartApp development. I’ll be uploading videos each day to make our app slowly more complex. Check it out and follow along with me. I’m sorry my mic sucks!

1 Like

Very cool. TY. Brackets, brackets, brackets!

I think that will be helpful to users starting out writing apps, especially for figuring out how to troubleshoot compiler errors.

Although it doesn’t hurt to demonstrate how to manually perform the null check and execute the speak command of each device, those things can be done in a single line like:

speechDevices*.speak(msg)

Would it be possible to also teach how to build smartapps with device handlers as well?

I’m going to make something about device handlers