From 561f2f0b12e2ab5a5a8e72834e5b7bae5bf3032f Mon Sep 17 00:00:00 2001 From: Peter Shipley Date: Mon, 3 Mar 2014 14:20:49 -0800 Subject: [PATCH] update --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de94823..6494028 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,19 @@ API Calls ```python -get_demand_values(self, macid=None, interval='hour', frequency=None) -``` -Send the GET_DEMAND_VALUES command -get a series of instantaneous demand values +list_devices() +get_demand_values(macid=None, interval='hour', frequency=None) +get_device_data(macid=None) +get_fast_poll_status(macid=None) +get_history_data(macid=None, starttime='0x00000000', endtime=None, frequency=None) +get_instantaneous_demand(macid=None) +get_summation_values(macid=None, interval='day') +set_fast_poll(macid=None, frequency='0x04', duration='0xFF') +``` -## Rainforest Automation Documentation +# Automation Documentation * Developer Portal http://rainforestautomation.com/developer