Skip to content

Instantly share code, notes, and snippets.

@gcaaa31928
Last active April 22, 2019 02:16
Show Gist options
  • Select an option

  • Save gcaaa31928/d7ca896ff62bedc659beb1661b4942ba to your computer and use it in GitHub Desktop.

Select an option

Save gcaaa31928/d7ca896ff62bedc659beb1661b4942ba to your computer and use it in GitHub Desktop.
this.pollTaskConfig = {
interval: this.pollingInterval,
api: 'SYNO.Core.DSMNotify',
method: 'notify',
version: 1,
params: {
action: 'load',
},
scope: this,
callback: this.onFirstData
};
this.pollTask = this.addWebAPITask(this.pollTaskConfig).start(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment