MirAIe-AC API for Python


License
MIT
Install
pip install miraie-ac==1.0.3

Documentation

MirAIe API for Python

Installation

pip install miraie-ac

Get started

from miraie-ac import MirAIeHub, MirAIeBroker

# Instantiate a MirAIeHub object
broker = MirAIeBroker()

# Instantiate a MirAIeHub object
hub = MirAIeHub()

# Intialize the hub (+91xxxxxxxxxx, password, broker)
hub.init(mobile, password, broker)