Skip to content

Instantly share code, notes, and snippets.

@peterdemartini
Created July 29, 2015 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdemartini/00cd8e6de4a6206c479e to your computer and use it in GitHub Desktop.
Save peterdemartini/00cd8e6de4a6206c479e to your computer and use it in GitHub Desktop.
var meshblu = new Meshblu(config);
console.log('starting...');
meshblu.connect(function(response){
var update = {
"optionsSchema":{
"type":"object",
"properties":{
"allowRemoteStart":{
"type":"boolean",
"required":true,
"default":false},
"defaultURL":{
"type":"string",
"required":true,
"default":"http:\/\/www.citrix.com"
}
}
}
};
meshblu.update(update);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment