OpenIoE
  • Open IoE - 3.0.0
  • Open IoE App
    • Introduction
    • Getting Started
    • Features
      • IoT Devices
      • Plots
      • Gauges
      • Controls
    • Examples
      • Temperature-Humidity Monitoring & LED Control
  • API References
    • Overview
    • Read API
    • Write API
    • Additional APIs
    • Integration
  • Python Library
    • Introduction
    • Getting Started
    • List of Functions
    • Examples
      • Read Function
      • Write Function
      • Create Function
  • Matlab
    • Matlab Client
Powered by GitBook
On this page
  1. API References

Integration

Read API Integration

#pip install requests
import requests
output=requestes.get("http://app.openioe.in/api/showdevicevalue/aaqASmKkCi4YbYT3YjTo/4/944")
print(output.text)

Write API Integration

Additional API Integrations

PreviousAdditional APIsNextIntroduction

Last updated 1 year ago