We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5f964 commit 356475dCopy full SHA for 356475d
src/options.ts
@@ -13,8 +13,14 @@ export interface FeedOptions {
13
14
/**
15
* Merges the passed options and the options in the settings
16
+ * - IO_KEY: (required) access key
17
+ * - IO_FEED: feed name
18
+ * - IO_USER: io.adafruit.com user name
19
+ * - IO_LAT: (optional) latitude (as a number)
20
+ * - IO_LON: (optional) longitude (as a number)
21
+ * - IO_ELE: (optional) elevation (as a number)
22
* @param options
- * @returns a valid option object
23
+ * @returns a valid option object, including the key
24
* @throws Error missing user or feed information
25
*/
26
export async function loadOptions(
0 commit comments