Skip to content

Instantly share code, notes, and snippets.

@rootasjey
Last active November 23, 2018 19:09
Show Gist options
  • Save rootasjey/ef17e531275ecdd701659bd2ae1e246a to your computer and use it in GitHub Desktop.
Save rootasjey/ef17e531275ecdd701659bd2ae1e246a to your computer and use it in GitHub Desktop.
Retrieve setting data in companion
// Companion
import { settingsStorage } from "settings";
const time = settingsStorage.getItem('weatherRefreshTime');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment