Skip to content

Instantly share code, notes, and snippets.

@wei-lee
Created September 23, 2011 16:49
Show Gist options
  • Select an option

  • Save wei-lee/1237846 to your computer and use it in GitHub Desktop.

Select an option

Save wei-lee/1237846 to your computer and use it in GitHub Desktop.
$fh.push: broadcast a message
var message = "hello from FH";
var android_message = {'android':{'alert':message}};
$fh.push({'act':'broadcast', 'type':'dev', 'params':android_message});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment