- nameToThermId(String) - Static method in class com.alexscottrhodes.actions.NestFunctions
-
A utility for identifying the thermostat ID based on the name passed by the user
- nestCom(String) - Static method in class com.alexscottrhodes.actions.NestFunctions
-
A method that sends data to the Nest via the Nest API
- nestFailureResponse(String) - Static method in class com.alexscottrhodes.nest.ErrorHandler
-
Returns an informative message that handles the Nest error messages as described in the Nest API documentation
- NestFunctions - Class in com.alexscottrhodes.actions
-
This class contains the main business logic for the Nest operations.
- NestFunctions() - Constructor for class com.alexscottrhodes.actions.NestFunctions
-
- NestRequestHandler - Class in com.alexscottrhodes.nest
-
Handles the Alexa Skill Service request
- NestRequestHandler() - Constructor for class com.alexscottrhodes.nest.NestRequestHandler
-
Instantiates a nest speechlet with the given application IDs
- NestSpeechlet - Class in com.alexscottrhodes.nest
-
- NestSpeechlet() - Constructor for class com.alexscottrhodes.nest.NestSpeechlet
-