Skip to content

Commit

Permalink
Pr/5379 (#5441)
Browse files Browse the repository at this point in the history
* Release 13.0.1 (#5329)

* Release ref update v2 (#5301)

* Updated release name and number

* Added missing version number

* Added missing version number

* Fix auth dialog sizing error (#5315)

* Fix auth dialog sizing error (#5314)

* Fix auth dialog sizing error

* Fix Client Init After Auth

(cherry picked from commit 1bf416c)

* update NS minor version

* Added handlers and translations for CGM info

* Defined translate()

* Fixed sensor state reference

* Improved wording for tx age response

* Improved wording for session duration response

* Updated documentation and templates

* Updated README.md TOC and a reference to it

* Added CGM battery info

* Added unit reference to CGM battery levels

* Added handlers and translations for CGM info

* Defined translate()

* Fixed sensor state reference

* Improved wording for tx age response

* Improved wording for session duration response

* Updated documentation and templates

* Updated README.md TOC and a reference to it

* Added CGM battery info

* Added unit reference to CGM battery levels

* Updated API reference in Google Home template

Co-authored-by: Caleb <inventor96@users.noreply.github.com>
  • Loading branch information
sulkaharo and inventor96 committed Jan 11, 2020
1 parent 4098689 commit 4f9f735
Show file tree
Hide file tree
Showing 6 changed files with 576 additions and 4 deletions.
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

0 comments on commit 4f9f735

Please sign in to comment.