Skip to content

Nest Extend is a WordPress Plugin for use with the Nest Cloud API

Notifications You must be signed in to change notification settings

beckenrode/Nest-Extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nest Extend

Nest Extend is a WordPress Plugin for use with the Nest Cloud API. It provides a wrapper around the Nest Cloud REST API.

https://developer.nest.com/documentation/api-reference/overview

Nest Extend Example Usage

jQuery(function($) {
	var readDevices = function() {
		/* Prepare the request */
		var data = {
			'action': 'nest_extend',
			'method': 'devices'
		};

		/* Perform the request */
		jQuery.post(ajaxurl, data, function(response) {
			/* Dump the result */
			console.log(response);
		});
	}
});

About

Nest Extend is a WordPress Plugin for use with the Nest Cloud API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages