This directory contains tooling useful for developers
This tool generates some boilerplate code for adding support for MIoT devices
- Obtain device type from http://miot-spec.org/miot-spec-v2/instances?status=all
- Execute
python miottemplate.py download <type>
to download the description file. - Execute
python miottemplate.py generate <file>
to generate pseudo-python for the device.