Browse Source

markup test

main
Peter Shipley 11 years ago
parent
commit
f77b9e555b
1 changed files with 13 additions and 2 deletions
  1. +13
    -2
      README.md

+ 13
- 2
README.md View File

@@ -1,4 +1,6 @@


# Python class for Rainforest Eagle

Python Class for utilizing the Rainforest Automation Eagle ( RFA-Z109 ) socket API 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'] 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 * Developer Portal http://rainforestautomation.com/developer




Loading…
Cancel
Save