Skip to content

Instantly share code, notes, and snippets.

@johnathanDOS
Created February 15, 2019 20:38
Show Gist options
  • Save johnathanDOS/75e1ba41fb6ea5fc9bd2bd89ce5b118f to your computer and use it in GitHub Desktop.
Save johnathanDOS/75e1ba41fb6ea5fc9bd2bd89ce5b118f to your computer and use it in GitHub Desktop.
function _SendExternalRequest(data) {
_data = JSON.parse(data.Result.ResponseObject.Data)
_condition = _data.current.condition.text
misty.Debug(_condition);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment