From f77b9e555b46cebf610e24cbc588f4377a2c4682 Mon Sep 17 00:00:00 2001 From: Peter Shipley Date: Mon, 3 Mar 2014 14:13:51 -0800 Subject: [PATCH] markup test --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b168117..de94823 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +# Python class for Rainforest Eagle + Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket API @@ -10,10 +12,19 @@ Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket A print "device MacID = ", ret_data['DeviceInfo']['DeviceMacId'] +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 + -Rainforest Automation Documentation ------------------------------------ +## Rainforest Automation Documentation * Developer Portal http://rainforestautomation.com/developer