You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update intro-summary with Remote Commands details (#1018)
* Update intro-summary with Remote Commands details
Added instructions for caregivers using Loop's Remote Commands and details for APNS keys.
* Clarify Nightscout template usage for APNS keys
Updated Nightscout template instructions to include APNS_KEY and APNS_KEY_ID.
* Secrets Reference File to Include Remote Command and Nightscout Information
Updated references from Nightscout to Loop's remote commands and clarified information regarding APNS keys.
* fix formatting and restore deleted section
* one more tweak
---------
Co-authored-by: marionbarker <marionbarker@earthlink.net>
Copy file name to clipboardExpand all lines: docs/browser/intro-summary.md
+63-3Lines changed: 63 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ You don't need to know anything about the <code>Secrets</code> to do this. Come
146
146
* There is a reference pattern for each SECRET: replace that with your SECRET or you can add your secret below the pattern to give yourself confidence you got the correct item
147
147
4. In addition to the <code>Secrets</code>, this template has places for other pieces of information you may find handy to save in the same file
148
148
5. At the very beginning is a place to indicate the last day you updated the file
149
-
6. If you use Nightscout, you may also want the [Nightscout template](../nightscout/remote-config.md#save-your-important-nightscout-information){: target="_blank" }
149
+
6. If you use Loop's remote commands, you will need the APNS_KEY and APNS_KEY_ID, which are included at the bottom of this template
150
150
151
151
```{ .bash .copy title="Template to use for Secrets" }
152
152
MySecretsReferenceFile.txt
@@ -227,11 +227,71 @@ With release of Loop 3.6.0:
227
227
If you use an organization (recommended)
228
228
https://github.com/my-name-org/LoopWorkspace
229
229
230
-
or (if you don't use an organzation):
230
+
or (if you don't use an organzation):
231
231
https://github.com/my-name/LoopWorkspace
232
232
233
-
234
233
Add additional apps here if you decide to build any
234
+
235
+
## REMOTE COMMAND INFORMATION:
236
+
237
+
If you use LoopFollow for remote commands, this information gets added to
238
+
the LoopFollow app.
239
+
If you use LoopCaregiver or Nightscout for remote commands, this
240
+
information gets added to your Nightscout config-vars.
0 commit comments