嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
python-miio, 用于控制 小米 智能设备的python 库&控制台工具.zip
python-miio, 用于控制 小米 智能设备的python 库&控制台工具 python-miio 库( 及其附带的cli工具) 用于与使用 小米 miIO协议 的设备进行接口。便笺项目最近被重命名为 python-miio 。 尽管 mirobo python 包( 以及...
.
├── python-miio, 用于控制 小米 智能设备的python 库&控制台工具.zip_python-miio.zip
└── python-miio-master
├── CHANGELOG.md
├── LICENSE
├── LICENSE.md
├── MANIFEST.in
├── README.rst
├── RELEASING.md
├── docs
│ ├── Makefile
│ ├── ceil.rst
│ ├── conf.py
│ ├── discovery.rst
│ ├── eyecare.rst
│ ├── index.rst
│ ├── miio.rst
│ ├── new_devices.rst
│ ├── plug.rst
│ ├── troubleshooting.rst
│ └── vacuum.rst
├── miio
│ ├── __init__.py
│ ├── airconditioningcompanion.py
│ ├── airdehumidifier.py
│ ├── airfresh.py
│ ├── airhumidifier.py
│ ├── airpurifier.py
│ ├── airqualitymonitor.py
│ ├── aqaracamera.py
│ ├── ceil.py
│ ├── ceil_cli.py
│ ├── chuangmi_camera.py
│ ├── chuangmi_ir.py
│ ├── chuangmi_plug.py
│ ├── cli.py
│ ├── click_common.py
│ ├── cooker.py
│ ├── data
│ │ └── cooker_profiles.json
│ ├── device.py
│ ├── discovery.py
│ ├── exceptions.py
│ ├── extract_tokens.py
│ ├── fan.py
│ ├── philips_bulb.py
│ ├── philips_eyecare.py
│ ├── philips_eyecare_cli.py
│ ├── philips_moonlight.py
│ ├── plug_cli.py
│ ├── powerstrip.py
│ ├── protocol.py
│ ├── pwzn_relay.py
│ ├── tests
│ │ ├── __init__.py
│ │ ├── dummies.py
│ │ ├── test_airconditioningcompanion.json
│ │ ├── test_airconditioningcompanion.py
│ │ ├── test_airdehumidifier.py
│ │ ├── test_airfresh.py
│ │ ├── test_airhumidifier.py
│ │ ├── test_airpurifier.py
│ │ ├── test_airqualitymonitor.py
│ │ ├── test_ceil.py
│ │ ├── test_chuangmi_ir.json
│ │ ├── test_chuangmi_ir.py
│ │ ├── test_chuangmi_plug.py
│ │ ├── test_click_common.py
│ │ ├── test_fan.py
│ │ ├── test_philips_bulb.py
│ │ ├── test_philips_eyecare.py
│ │ ├── test_philips_moonlight.py
│ │ ├── test_powerstrip.py
│ │ ├── test_protocol.py
│ │ ├── test_toiletlid.py
│ │ ├── test_vacuum.py
│ │ ├── test_waterpurifier.py
│ │ ├── test_wifirepeater.py
│ │ └── test_yeelight.py
│ ├── toiletlid.py
│ ├── updater.py
│ ├── utils.py
│ ├── vacuum.py
│ ├── vacuum_cli.py
│ ├── vacuumcontainers.py
│ ├── version.py
│ ├── waterpurifier.py
│ ├── wifirepeater.py
│ ├── wifispeaker.py
│ └── yeelight.py
├── requirements.txt
├── requirements_docs.txt
├── setup.py
└── tox.ini
5 directories, 88 files