Notion

Notion

  • Docs
  • Reference
  • GitHub
  • Need Help?

›API Guides

Overview

  • Notion JS

Get Started

  • Your First Node App
  • Your First Web App
  • Resources

Working with Notion

  • Ethics
  • Importing
  • Signal
  • Training

API Guides

  • Device Selection
  • Authentication
  • Brainwaves
  • Calm
  • Disconnect
  • Device Information
  • Device Settings
  • Device Status
  • Focus
  • Kinesis
  • Predictions
  • Signal Quality

Device Settings

Methods:

- settings(): => Observable<Settings>
- changeSettings(settings: ChangeSettings): Promise<void>
import { Notion } from "@neurosity/notion";

const notion = new Notion();

notion.settings().subscribe(settings => {
  console.log(settings);
  // { lsl: false }
  // { lsl: true }
});

await notion.changeSettings({
  lsl: true
});
Last updated on 11/13/2019 by Alex Castillo
← Device InformationDevice Status →
  • Methods:
Docs
Getting StartedGuidesAPI GuidesAPI Reference
Community
Knowledge BaseProject ChatTwitter
More
BlogGitHubStar
Follow @neurosity
Copyright © 2020 Neurosity, Inc