Updated Developer Docs!

The road to enlightenment is paved with good intentions! :sunny:

1 Like

Spoke to some developers, and they don’t recall this ever being the case, but there is an revokeAccessToken() method that you can use to revoke the token. I’m still working on fleshing out the details of how/when one could call this.

This is still an open ticket for our Android developer team.

I couldn’t agree more. A little more info - if this were as easy as it sounds, we would have doc’d this already. We are in conversations with engineering to get to this list identified and published, so it’s not being ignored. I can’t give an ETA with any confidence, but my gut tells me it may be difficult to get this out prior to v2 launch.

This was the case prior to October of 2014. I know because this change broke a major feature of SmartTiles and required extensive workaround.

Neither API nor forum have any reference to this. But good to know.

I reported this in February. So, any day now?

@jim are there any documentations for delayBetween() within device handlers?

Here’s what i’m trying to achieve:
Users can change temperature multiple times within 1 second. when this happens, it’ll send multiple change of temperature to the thermostat. I want to try to delay this and send only the last command after 3 seconds instead of spamming the thermostat.

So far nothing in the docs today can solve this. I just saw delayBetween(), looks promising, but may not be the solution i’m looking for.

1 Like

http://smartthings.readthedocs.org/en/latest/device-type-developers-guide/building-z-wave-device-handlers.html?highlight=delaybetween#sending-commands

Probably not as in-depth a discussion of delayBetween as you’re wanting, but there is stuff in the docs about it.