Skip to content
Merged

Pr/5379 #5441

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5fa81e7
Merge pull request #3 from nightscout/master
inventor96 Oct 16, 2019
41ac93f
Merge pull request #5113 from nightscout/dev
sulkaharo Dec 17, 2019
66a758b
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Dec 17, 2019
f57ccb8
Release 13.0.1 (#5329)
sulkaharo Dec 18, 2019
7e96d9d
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Dec 18, 2019
f96da8b
Added handlers and translations for CGM info
inventor96 Dec 28, 2019
e1560d6
Defined translate()
inventor96 Dec 28, 2019
1740c11
Fixed sensor state reference
inventor96 Dec 28, 2019
ee3dffc
Improved wording for tx age response
inventor96 Dec 28, 2019
5979d7b
Improved wording for session duration response
inventor96 Dec 28, 2019
bc29c91
Updated documentation and templates
inventor96 Dec 28, 2019
f8dfa6b
Updated README.md TOC and a reference to it
inventor96 Dec 28, 2019
06a64c5
Added CGM battery info
inventor96 Dec 28, 2019
6d1eecb
Added unit reference to CGM battery levels
inventor96 Dec 28, 2019
24e43ef
Added handlers and translations for CGM info
inventor96 Dec 28, 2019
7dba437
Defined translate()
inventor96 Dec 28, 2019
84d557f
Fixed sensor state reference
inventor96 Dec 28, 2019
d8dc95e
Improved wording for tx age response
inventor96 Dec 28, 2019
e32cd88
Improved wording for session duration response
inventor96 Dec 28, 2019
8f1f6d2
Updated documentation and templates
inventor96 Dec 28, 2019
920edf4
Updated README.md TOC and a reference to it
inventor96 Dec 28, 2019
b8b9ef1
Added CGM battery info
inventor96 Dec 28, 2019
601e86a
Added unit reference to CGM battery levels
inventor96 Dec 28, 2019
3247036
Merge branch 'virt-asst/xdripjs-plugin' of github.com:inventor96/cgm-…
inventor96 Dec 28, 2019
5665c08
Updated API reference in Google Home template
inventor96 Dec 29, 2019
56d9f57
Merge branch 'dev' into pr/5379
sulkaharo Jan 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,24 @@ Community maintained fork of the

- [Install](#install)
- [Supported configurations:](#supported-configurations)
- [Minimum browser requirements for viewing the site:](#minimum-browser-requirements-for-viewing-the-site)
- [Recommended minimum browser versions for using Nightscout:](#recommended-minimum-browser-versions-for-using-nightscout)
- [Windows installation software requirements:](#windows-installation-software-requirements)
- [Installation notes for users with nginx or Apache reverse proxy for SSL/TLS offloading:](#installation-notes-for-users-with-nginx-or-apache-reverse-proxy-for-ssltls-offloading)
- [Installation notes for Microsoft Azure, Windows:](#installation-notes-for-microsoft-azure-windows)
- [Development](#development)
- [Usage](#usage)
- [Updating my version?](#updating-my-version)
- [What is my mongo string?](#what-is-my-mongo-string)
- [Configure my uploader to match](#configure-my-uploader-to-match)
- [Nightscout API](#nightscout-api)
- [Example Queries](#example-queries)
- [Environment](#environment)
- [Required](#required)
- [Features/Labs](#featureslabs)
- [Features](#features)
- [Alarms](#alarms)
- [Core](#core)
- [Predefined values for your browser settings (optional)](#predefined-values-for-your-browser-settings-optional)
- [Predefined values for your server settings (optional)](#predefined-values-for-your-server-settings-optional)
- [Views](#views)
- [Plugins](#plugins)
- [Default Plugins](#default-plugins)
- [`delta` (BG Delta)](#delta-bg-delta)
Expand Down Expand Up @@ -97,7 +98,7 @@ Community maintained fork of the
- [`openaps` (OpenAPS)](#openaps-openaps)
- [`loop` (Loop)](#loop-loop)
- [`override` (Override Mode)](#override-override-mode)
- [`xdripjs` (xDrip-js)](#xdripjs-xdripjs)
- [`xdripjs` (xDrip-js)](#xdripjs-xdrip-js)
- [`alexa` (Amazon Alexa)](#alexa-amazon-alexa)
- [`googlehome` (Google Home/DialogFLow)](#googlehome-google-homedialogflow)
- [`speech` (Speech)](#speech-speech)
Expand All @@ -109,6 +110,7 @@ Community maintained fork of the
- [Setting environment variables](#setting-environment-variables)
- [Vagrant install](#vagrant-install)
- [More questions?](#more-questions)
- [Browser testing suite provided by](#browser-testing-suite-provided-by)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
61 changes: 61 additions & 0 deletions docs/plugins/alexa-templates/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,67 @@
"raw blood glucose"
]
}
},
{
"name": {
"value": "cgm noise"
}
},
{
"name": {
"value": "cgm tx age",
"synonyms": [
"tx age",
"transmitter age",
"cgm transmitter age"
]
}
},
{
"name": {
"value": "cgm tx status",
"synonyms": [
"tx status",
"transmitter status",
"cgm transmitter status"
]
}
},
{
"name": {
"value": "cgm battery",
"synonyms": [
"cgm battery level",
"cgm battery levels",
"cgm batteries",
"cgm transmitter battery",
"cgm transmitter battery level",
"cgm transmitter battery levels",
"cgm transmitter batteries",
"transmitter battery",
"transmitter battery level",
"transmitter battery levels",
"transmitter batteries"
]
}
},
{
"name": {
"value": "cgm session age",
"synonyms": [
"session age"
]
}
},
{
"name": {
"value": "cgm status"
}
},
{
"name": {
"value": "cgm mode"
}
}
]
}
Expand Down
Binary file modified docs/plugins/google-home-templates/en-us.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/plugins/interacting-with-virtual-assistants.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ This list is not meant to be comprehensive, nor does it include every way you ca
- "Alexa, ask Nightscout what is Arden's raw bg"
- "Alexa, ask Nightscout what is Dana's raw blood glucose"

*CGM Info:* (when using the [`xdripjs` plugin](/README.md#xdripjs-xdrip-js))

- "Alexa, ask Nightscout what's my CGM status"
- "Alexa, ask Nightscout what's my CGM session age"
- "Alexa, ask Nightscout what's my CGM transmitter age"
- "Alexa, ask Nightscout what's my CGM mode"
- "Alexa, ask Nightscout what's my CGM noise"
- "Alexa, ask Nightscout what's my CGM battery"

*Insulin Remaining:*

- "Alexa, ask Nightscout how much insulin do I have left"
Expand Down
Loading