├── .gitignore ├── README.md ├── repository └── com │ └── miot │ ├── api │ └── mijia │ │ ├── 3.3.10 │ │ ├── mijia-3.3.10.aar │ │ ├── mijia-3.3.10.aar.md5 │ │ ├── mijia-3.3.10.aar.sha1 │ │ ├── mijia-3.3.10.pom │ │ ├── mijia-3.3.10.pom.md5 │ │ └── mijia-3.3.10.pom.sha1 │ │ ├── 3.3.11 │ │ ├── mijia-3.3.11.aar │ │ ├── mijia-3.3.11.aar.md5 │ │ ├── mijia-3.3.11.aar.sha1 │ │ ├── mijia-3.3.11.pom │ │ ├── mijia-3.3.11.pom.md5 │ │ └── mijia-3.3.11.pom.sha1 │ │ ├── 3.3.12 │ │ ├── mijia-3.3.12.aar │ │ ├── mijia-3.3.12.aar.md5 │ │ ├── mijia-3.3.12.aar.sha1 │ │ ├── mijia-3.3.12.pom │ │ ├── mijia-3.3.12.pom.md5 │ │ └── mijia-3.3.12.pom.sha1 │ │ ├── 3.3.13 │ │ ├── mijia-3.3.13.aar │ │ ├── mijia-3.3.13.aar.md5 │ │ ├── mijia-3.3.13.aar.sha1 │ │ ├── mijia-3.3.13.pom │ │ ├── mijia-3.3.13.pom.md5 │ │ └── mijia-3.3.13.pom.sha1 │ │ ├── 3.3.14 │ │ ├── mijia-3.3.14.aar │ │ ├── mijia-3.3.14.aar.md5 │ │ ├── mijia-3.3.14.aar.sha1 │ │ ├── mijia-3.3.14.pom │ │ ├── mijia-3.3.14.pom.md5 │ │ └── mijia-3.3.14.pom.sha1 │ │ ├── 3.3.8 │ │ ├── mijia-3.3.8.aar │ │ ├── mijia-3.3.8.aar.md5 │ │ ├── mijia-3.3.8.aar.sha1 │ │ ├── mijia-3.3.8.pom │ │ ├── mijia-3.3.8.pom.md5 │ │ └── mijia-3.3.8.pom.sha1 │ │ ├── 3.3.9 │ │ ├── mijia-3.3.9.aar │ │ ├── mijia-3.3.9.aar.md5 │ │ ├── mijia-3.3.9.aar.sha1 │ │ ├── mijia-3.3.9.pom │ │ ├── mijia-3.3.9.pom.md5 │ │ └── mijia-3.3.9.pom.sha1 │ │ ├── maven-metadata.xml │ │ ├── maven-metadata.xml.md5 │ │ └── maven-metadata.xml.sha1 │ ├── bluetooth │ └── mijia │ │ ├── 3.3.10 │ │ ├── mijia-3.3.10.aar │ │ ├── mijia-3.3.10.aar.md5 │ │ ├── mijia-3.3.10.aar.sha1 │ │ ├── mijia-3.3.10.pom │ │ ├── mijia-3.3.10.pom.md5 │ │ └── mijia-3.3.10.pom.sha1 │ │ ├── 3.3.11 │ │ ├── mijia-3.3.11.aar │ │ ├── mijia-3.3.11.aar.md5 │ │ ├── mijia-3.3.11.aar.sha1 │ │ ├── mijia-3.3.11.pom │ │ ├── mijia-3.3.11.pom.md5 │ │ └── mijia-3.3.11.pom.sha1 │ │ ├── 3.3.12 │ │ ├── mijia-3.3.12.aar │ │ ├── mijia-3.3.12.aar.md5 │ │ ├── mijia-3.3.12.aar.sha1 │ │ ├── mijia-3.3.12.pom │ │ ├── mijia-3.3.12.pom.md5 │ │ └── mijia-3.3.12.pom.sha1 │ │ ├── 3.3.13 │ │ ├── mijia-3.3.13.aar │ │ ├── mijia-3.3.13.aar.md5 │ │ ├── mijia-3.3.13.aar.sha1 │ │ ├── mijia-3.3.13.pom │ │ ├── mijia-3.3.13.pom.md5 │ │ └── mijia-3.3.13.pom.sha1 │ │ ├── 3.3.14 │ │ ├── mijia-3.3.14.aar │ │ ├── mijia-3.3.14.aar.md5 │ │ ├── mijia-3.3.14.aar.sha1 │ │ ├── mijia-3.3.14.pom │ │ ├── mijia-3.3.14.pom.md5 │ │ └── mijia-3.3.14.pom.sha1 │ │ ├── 3.3.8 │ │ ├── mijia-3.3.8.aar │ │ ├── mijia-3.3.8.aar.md5 │ │ ├── mijia-3.3.8.aar.sha1 │ │ ├── mijia-3.3.8.pom │ │ ├── mijia-3.3.8.pom.md5 │ │ └── mijia-3.3.8.pom.sha1 │ │ ├── 3.3.9 │ │ ├── mijia-3.3.9.aar │ │ ├── mijia-3.3.9.aar.md5 │ │ ├── mijia-3.3.9.aar.sha1 │ │ ├── mijia-3.3.9.pom │ │ ├── mijia-3.3.9.pom.md5 │ │ └── mijia-3.3.9.pom.sha1 │ │ ├── maven-metadata.xml │ │ ├── maven-metadata.xml.md5 │ │ └── maven-metadata.xml.sha1 │ └── service │ └── mijia │ ├── 3.3.10 │ ├── mijia-3.3.10.aar │ ├── mijia-3.3.10.aar.md5 │ ├── mijia-3.3.10.aar.sha1 │ ├── mijia-3.3.10.pom │ ├── mijia-3.3.10.pom.md5 │ └── mijia-3.3.10.pom.sha1 │ ├── 3.3.11 │ ├── mijia-3.3.11.aar │ ├── mijia-3.3.11.aar.md5 │ ├── mijia-3.3.11.aar.sha1 │ ├── mijia-3.3.11.pom │ ├── mijia-3.3.11.pom.md5 │ └── mijia-3.3.11.pom.sha1 │ ├── 3.3.12 │ ├── mijia-3.3.12.aar │ ├── mijia-3.3.12.aar.md5 │ ├── mijia-3.3.12.aar.sha1 │ ├── mijia-3.3.12.pom │ ├── mijia-3.3.12.pom.md5 │ └── mijia-3.3.12.pom.sha1 │ ├── 3.3.13 │ ├── mijia-3.3.13.aar │ ├── mijia-3.3.13.aar.md5 │ ├── mijia-3.3.13.aar.sha1 │ ├── mijia-3.3.13.pom │ ├── mijia-3.3.13.pom.md5 │ └── mijia-3.3.13.pom.sha1 │ ├── 3.3.14 │ ├── mijia-3.3.14.aar │ ├── mijia-3.3.14.aar.md5 │ ├── mijia-3.3.14.aar.sha1 │ ├── mijia-3.3.14.pom │ ├── mijia-3.3.14.pom.md5 │ └── mijia-3.3.14.pom.sha1 │ ├── 3.3.7 │ ├── mijia-3.3.7-debug.aar │ ├── mijia-3.3.7-debug.aar.md5 │ ├── mijia-3.3.7-debug.aar.sha1 │ ├── mijia-3.3.7-release.aar │ ├── mijia-3.3.7-release.aar.md5 │ ├── mijia-3.3.7-release.aar.sha1 │ ├── mijia-3.3.7.pom │ ├── mijia-3.3.7.pom.md5 │ └── mijia-3.3.7.pom.sha1 │ ├── 3.3.8 │ ├── mijia-3.3.8.aar │ ├── mijia-3.3.8.aar.md5 │ ├── mijia-3.3.8.aar.sha1 │ ├── mijia-3.3.8.pom │ ├── mijia-3.3.8.pom.md5 │ └── mijia-3.3.8.pom.sha1 │ ├── 3.3.9 │ ├── mijia-3.3.9.aar │ ├── mijia-3.3.9.aar.md5 │ ├── mijia-3.3.9.aar.sha1 │ ├── mijia-3.3.9.pom │ ├── mijia-3.3.9.pom.md5 │ └── mijia-3.3.9.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 ├── repository_openhome └── com │ └── mi │ └── iot │ └── cm │ ├── IotBluetooth │ ├── 1.0.17 │ │ ├── IotBluetooth-1.0.17.aar │ │ ├── IotBluetooth-1.0.17.aar.md5 │ │ ├── IotBluetooth-1.0.17.aar.sha1 │ │ ├── IotBluetooth-1.0.17.pom │ │ ├── IotBluetooth-1.0.17.pom.md5 │ │ └── IotBluetooth-1.0.17.pom.sha1 │ ├── 1.0.18 │ │ ├── IotBluetooth-1.0.18.aar │ │ ├── IotBluetooth-1.0.18.aar.md5 │ │ ├── IotBluetooth-1.0.18.aar.sha1 │ │ ├── IotBluetooth-1.0.18.pom │ │ ├── IotBluetooth-1.0.18.pom.md5 │ │ └── IotBluetooth-1.0.18.pom.sha1 │ ├── 1.0.19 │ │ ├── IotBluetooth-1.0.19.aar │ │ ├── IotBluetooth-1.0.19.aar.md5 │ │ ├── IotBluetooth-1.0.19.aar.sha1 │ │ ├── IotBluetooth-1.0.19.pom │ │ ├── IotBluetooth-1.0.19.pom.md5 │ │ └── IotBluetooth-1.0.19.pom.sha1 │ ├── 1.0.20 │ │ ├── IotBluetooth-1.0.20.aar │ │ ├── IotBluetooth-1.0.20.aar.md5 │ │ ├── IotBluetooth-1.0.20.aar.sha1 │ │ ├── IotBluetooth-1.0.20.pom │ │ ├── IotBluetooth-1.0.20.pom.md5 │ │ └── IotBluetooth-1.0.20.pom.sha1 │ ├── 1.0.21 │ │ ├── IotBluetooth-1.0.21.aar │ │ ├── IotBluetooth-1.0.21.aar.md5 │ │ ├── IotBluetooth-1.0.21.aar.sha1 │ │ ├── IotBluetooth-1.0.21.pom │ │ ├── IotBluetooth-1.0.21.pom.md5 │ │ └── IotBluetooth-1.0.21.pom.sha1 │ ├── 1.0.22 │ │ ├── IotBluetooth-1.0.22.aar │ │ ├── IotBluetooth-1.0.22.aar.md5 │ │ ├── IotBluetooth-1.0.22.aar.sha1 │ │ ├── IotBluetooth-1.0.22.pom │ │ ├── IotBluetooth-1.0.22.pom.md5 │ │ └── IotBluetooth-1.0.22.pom.sha1 │ ├── 1.0.35 │ │ ├── IotBluetooth-1.0.35.aar │ │ ├── IotBluetooth-1.0.35.aar.md5 │ │ ├── IotBluetooth-1.0.35.aar.sha1 │ │ ├── IotBluetooth-1.0.35.pom │ │ ├── IotBluetooth-1.0.35.pom.md5 │ │ └── IotBluetooth-1.0.35.pom.sha1 │ ├── 1.0.36 │ │ ├── IotBluetooth-1.0.36.aar │ │ ├── IotBluetooth-1.0.36.aar.md5 │ │ ├── IotBluetooth-1.0.36.aar.sha1 │ │ ├── IotBluetooth-1.0.36.pom │ │ ├── IotBluetooth-1.0.36.pom.md5 │ │ └── IotBluetooth-1.0.36.pom.sha1 │ ├── 1.0.37 │ │ ├── IotBluetooth-1.0.37.aar │ │ ├── IotBluetooth-1.0.37.aar.md5 │ │ ├── IotBluetooth-1.0.37.aar.sha1 │ │ ├── IotBluetooth-1.0.37.pom │ │ ├── IotBluetooth-1.0.37.pom.md5 │ │ └── IotBluetooth-1.0.37.pom.sha1 │ ├── 1.0.38 │ │ ├── IotBluetooth-1.0.38.aar │ │ ├── IotBluetooth-1.0.38.aar.md5 │ │ ├── IotBluetooth-1.0.38.aar.sha1 │ │ ├── IotBluetooth-1.0.38.pom │ │ ├── IotBluetooth-1.0.38.pom.md5 │ │ └── IotBluetooth-1.0.38.pom.sha1 │ ├── 1.0.39 │ │ ├── IotBluetooth-1.0.39.aar │ │ ├── IotBluetooth-1.0.39.aar.md5 │ │ ├── IotBluetooth-1.0.39.aar.sha1 │ │ ├── IotBluetooth-1.0.39.pom │ │ ├── IotBluetooth-1.0.39.pom.md5 │ │ └── IotBluetooth-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotConfig │ ├── 1.0.17 │ │ ├── IotConfig-1.0.17.aar │ │ ├── IotConfig-1.0.17.aar.md5 │ │ ├── IotConfig-1.0.17.aar.sha1 │ │ ├── IotConfig-1.0.17.pom │ │ ├── IotConfig-1.0.17.pom.md5 │ │ └── IotConfig-1.0.17.pom.sha1 │ ├── 1.0.18 │ │ ├── IotConfig-1.0.18.aar │ │ ├── IotConfig-1.0.18.aar.md5 │ │ ├── IotConfig-1.0.18.aar.sha1 │ │ ├── IotConfig-1.0.18.pom │ │ ├── IotConfig-1.0.18.pom.md5 │ │ └── IotConfig-1.0.18.pom.sha1 │ ├── 1.0.19 │ │ ├── IotConfig-1.0.19.aar │ │ ├── IotConfig-1.0.19.aar.md5 │ │ ├── IotConfig-1.0.19.aar.sha1 │ │ ├── IotConfig-1.0.19.pom │ │ ├── IotConfig-1.0.19.pom.md5 │ │ └── IotConfig-1.0.19.pom.sha1 │ ├── 1.0.20 │ │ ├── IotConfig-1.0.20.aar │ │ ├── IotConfig-1.0.20.aar.md5 │ │ ├── IotConfig-1.0.20.aar.sha1 │ │ ├── IotConfig-1.0.20.pom │ │ ├── IotConfig-1.0.20.pom.md5 │ │ └── IotConfig-1.0.20.pom.sha1 │ ├── 1.0.21 │ │ ├── IotConfig-1.0.21.aar │ │ ├── IotConfig-1.0.21.aar.md5 │ │ ├── IotConfig-1.0.21.aar.sha1 │ │ ├── IotConfig-1.0.21.pom │ │ ├── IotConfig-1.0.21.pom.md5 │ │ └── IotConfig-1.0.21.pom.sha1 │ ├── 1.0.22 │ │ ├── IotConfig-1.0.22.aar │ │ ├── IotConfig-1.0.22.aar.md5 │ │ ├── IotConfig-1.0.22.aar.sha1 │ │ ├── IotConfig-1.0.22.pom │ │ ├── IotConfig-1.0.22.pom.md5 │ │ └── IotConfig-1.0.22.pom.sha1 │ ├── 1.0.35 │ │ ├── IotConfig-1.0.35.aar │ │ ├── IotConfig-1.0.35.aar.md5 │ │ ├── IotConfig-1.0.35.aar.sha1 │ │ ├── IotConfig-1.0.35.pom │ │ ├── IotConfig-1.0.35.pom.md5 │ │ └── IotConfig-1.0.35.pom.sha1 │ ├── 1.0.36 │ │ ├── IotConfig-1.0.36.aar │ │ ├── IotConfig-1.0.36.aar.md5 │ │ ├── IotConfig-1.0.36.aar.sha1 │ │ ├── IotConfig-1.0.36.pom │ │ ├── IotConfig-1.0.36.pom.md5 │ │ └── IotConfig-1.0.36.pom.sha1 │ ├── 1.0.37 │ │ ├── IotConfig-1.0.37.aar │ │ ├── IotConfig-1.0.37.aar.md5 │ │ ├── IotConfig-1.0.37.aar.sha1 │ │ ├── IotConfig-1.0.37.pom │ │ ├── IotConfig-1.0.37.pom.md5 │ │ └── IotConfig-1.0.37.pom.sha1 │ ├── 1.0.38 │ │ ├── IotConfig-1.0.38.aar │ │ ├── IotConfig-1.0.38.aar.md5 │ │ ├── IotConfig-1.0.38.aar.sha1 │ │ ├── IotConfig-1.0.38.pom │ │ ├── IotConfig-1.0.38.pom.md5 │ │ └── IotConfig-1.0.38.pom.sha1 │ ├── 1.0.39 │ │ ├── IotConfig-1.0.39.aar │ │ ├── IotConfig-1.0.39.aar.md5 │ │ ├── IotConfig-1.0.39.aar.sha1 │ │ ├── IotConfig-1.0.39.pom │ │ ├── IotConfig-1.0.39.pom.md5 │ │ └── IotConfig-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotManager │ ├── 1.0.17 │ │ ├── IotManager-1.0.17.aar │ │ ├── IotManager-1.0.17.aar.md5 │ │ ├── IotManager-1.0.17.aar.sha1 │ │ ├── IotManager-1.0.17.pom │ │ ├── IotManager-1.0.17.pom.md5 │ │ └── IotManager-1.0.17.pom.sha1 │ ├── 1.0.18 │ │ ├── IotManager-1.0.18.aar │ │ ├── IotManager-1.0.18.aar.md5 │ │ ├── IotManager-1.0.18.aar.sha1 │ │ ├── IotManager-1.0.18.pom │ │ ├── IotManager-1.0.18.pom.md5 │ │ └── IotManager-1.0.18.pom.sha1 │ ├── 1.0.19 │ │ ├── IotManager-1.0.19.aar │ │ ├── IotManager-1.0.19.aar.md5 │ │ ├── IotManager-1.0.19.aar.sha1 │ │ ├── IotManager-1.0.19.pom │ │ ├── IotManager-1.0.19.pom.md5 │ │ └── IotManager-1.0.19.pom.sha1 │ ├── 1.0.20 │ │ ├── IotManager-1.0.20.aar │ │ ├── IotManager-1.0.20.aar.md5 │ │ ├── IotManager-1.0.20.aar.sha1 │ │ ├── IotManager-1.0.20.pom │ │ ├── IotManager-1.0.20.pom.md5 │ │ └── IotManager-1.0.20.pom.sha1 │ ├── 1.0.21 │ │ ├── IotManager-1.0.21.aar │ │ ├── IotManager-1.0.21.aar.md5 │ │ ├── IotManager-1.0.21.aar.sha1 │ │ ├── IotManager-1.0.21.pom │ │ ├── IotManager-1.0.21.pom.md5 │ │ └── IotManager-1.0.21.pom.sha1 │ ├── 1.0.22 │ │ ├── IotManager-1.0.22.aar │ │ ├── IotManager-1.0.22.aar.md5 │ │ ├── IotManager-1.0.22.aar.sha1 │ │ ├── IotManager-1.0.22.pom │ │ ├── IotManager-1.0.22.pom.md5 │ │ └── IotManager-1.0.22.pom.sha1 │ ├── 1.0.35 │ │ ├── IotManager-1.0.35.aar │ │ ├── IotManager-1.0.35.aar.md5 │ │ ├── IotManager-1.0.35.aar.sha1 │ │ ├── IotManager-1.0.35.pom │ │ ├── IotManager-1.0.35.pom.md5 │ │ └── IotManager-1.0.35.pom.sha1 │ ├── 1.0.36 │ │ ├── IotManager-1.0.36.aar │ │ ├── IotManager-1.0.36.aar.md5 │ │ ├── IotManager-1.0.36.aar.sha1 │ │ ├── IotManager-1.0.36.pom │ │ ├── IotManager-1.0.36.pom.md5 │ │ └── IotManager-1.0.36.pom.sha1 │ ├── 1.0.37 │ │ ├── IotManager-1.0.37.aar │ │ ├── IotManager-1.0.37.aar.md5 │ │ ├── IotManager-1.0.37.aar.sha1 │ │ ├── IotManager-1.0.37.pom │ │ ├── IotManager-1.0.37.pom.md5 │ │ └── IotManager-1.0.37.pom.sha1 │ ├── 1.0.38 │ │ ├── IotManager-1.0.38.aar │ │ ├── IotManager-1.0.38.aar.md5 │ │ ├── IotManager-1.0.38.aar.sha1 │ │ ├── IotManager-1.0.38.pom │ │ ├── IotManager-1.0.38.pom.md5 │ │ └── IotManager-1.0.38.pom.sha1 │ ├── 1.0.39 │ │ ├── IotManager-1.0.39.aar │ │ ├── IotManager-1.0.39.aar.md5 │ │ ├── IotManager-1.0.39.aar.sha1 │ │ ├── IotManager-1.0.39.pom │ │ ├── IotManager-1.0.39.pom.md5 │ │ └── IotManager-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotModel │ ├── 1.0.17 │ │ ├── IotModel-1.0.17.aar │ │ ├── IotModel-1.0.17.aar.md5 │ │ ├── IotModel-1.0.17.aar.sha1 │ │ ├── IotModel-1.0.17.pom │ │ ├── IotModel-1.0.17.pom.md5 │ │ └── IotModel-1.0.17.pom.sha1 │ ├── 1.0.18 │ │ ├── IotModel-1.0.18.aar │ │ ├── IotModel-1.0.18.aar.md5 │ │ ├── IotModel-1.0.18.aar.sha1 │ │ ├── IotModel-1.0.18.pom │ │ ├── IotModel-1.0.18.pom.md5 │ │ └── IotModel-1.0.18.pom.sha1 │ ├── 1.0.19 │ │ ├── IotModel-1.0.19.aar │ │ ├── IotModel-1.0.19.aar.md5 │ │ ├── IotModel-1.0.19.aar.sha1 │ │ ├── IotModel-1.0.19.pom │ │ ├── IotModel-1.0.19.pom.md5 │ │ └── IotModel-1.0.19.pom.sha1 │ ├── 1.0.20 │ │ ├── IotModel-1.0.20.aar │ │ ├── IotModel-1.0.20.aar.md5 │ │ ├── IotModel-1.0.20.aar.sha1 │ │ ├── IotModel-1.0.20.pom │ │ ├── IotModel-1.0.20.pom.md5 │ │ └── IotModel-1.0.20.pom.sha1 │ ├── 1.0.21 │ │ ├── IotModel-1.0.21.aar │ │ ├── IotModel-1.0.21.aar.md5 │ │ ├── IotModel-1.0.21.aar.sha1 │ │ ├── IotModel-1.0.21.pom │ │ ├── IotModel-1.0.21.pom.md5 │ │ └── IotModel-1.0.21.pom.sha1 │ ├── 1.0.22 │ │ ├── IotModel-1.0.22.aar │ │ ├── IotModel-1.0.22.aar.md5 │ │ ├── IotModel-1.0.22.aar.sha1 │ │ ├── IotModel-1.0.22.pom │ │ ├── IotModel-1.0.22.pom.md5 │ │ └── IotModel-1.0.22.pom.sha1 │ ├── 1.0.35 │ │ ├── IotModel-1.0.35.aar │ │ ├── IotModel-1.0.35.aar.md5 │ │ ├── IotModel-1.0.35.aar.sha1 │ │ ├── IotModel-1.0.35.pom │ │ ├── IotModel-1.0.35.pom.md5 │ │ └── IotModel-1.0.35.pom.sha1 │ ├── 1.0.36 │ │ ├── IotModel-1.0.36.aar │ │ ├── IotModel-1.0.36.aar.md5 │ │ ├── IotModel-1.0.36.aar.sha1 │ │ ├── IotModel-1.0.36.pom │ │ ├── IotModel-1.0.36.pom.md5 │ │ └── IotModel-1.0.36.pom.sha1 │ ├── 1.0.37 │ │ ├── IotModel-1.0.37.aar │ │ ├── IotModel-1.0.37.aar.md5 │ │ ├── IotModel-1.0.37.aar.sha1 │ │ ├── IotModel-1.0.37.pom │ │ ├── IotModel-1.0.37.pom.md5 │ │ └── IotModel-1.0.37.pom.sha1 │ ├── 1.0.38 │ │ ├── IotModel-1.0.38.aar │ │ ├── IotModel-1.0.38.aar.md5 │ │ ├── IotModel-1.0.38.aar.sha1 │ │ ├── IotModel-1.0.38.pom │ │ ├── IotModel-1.0.38.pom.md5 │ │ └── IotModel-1.0.38.pom.sha1 │ ├── 1.0.39 │ │ ├── IotModel-1.0.39.aar │ │ ├── IotModel-1.0.39.aar.md5 │ │ ├── IotModel-1.0.39.aar.sha1 │ │ ├── IotModel-1.0.39.pom │ │ ├── IotModel-1.0.39.pom.md5 │ │ └── IotModel-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotRuntime │ ├── 1.0.17 │ │ ├── IotRuntime-1.0.17.aar │ │ ├── IotRuntime-1.0.17.aar.md5 │ │ ├── IotRuntime-1.0.17.aar.sha1 │ │ ├── IotRuntime-1.0.17.pom │ │ ├── IotRuntime-1.0.17.pom.md5 │ │ └── IotRuntime-1.0.17.pom.sha1 │ ├── 1.0.18 │ │ ├── IotRuntime-1.0.18.aar │ │ ├── IotRuntime-1.0.18.aar.md5 │ │ ├── IotRuntime-1.0.18.aar.sha1 │ │ ├── IotRuntime-1.0.18.pom │ │ ├── IotRuntime-1.0.18.pom.md5 │ │ └── IotRuntime-1.0.18.pom.sha1 │ ├── 1.0.19 │ │ ├── IotRuntime-1.0.19.aar │ │ ├── IotRuntime-1.0.19.aar.md5 │ │ ├── IotRuntime-1.0.19.aar.sha1 │ │ ├── IotRuntime-1.0.19.pom │ │ ├── IotRuntime-1.0.19.pom.md5 │ │ └── IotRuntime-1.0.19.pom.sha1 │ ├── 1.0.20 │ │ ├── IotRuntime-1.0.20.aar │ │ ├── IotRuntime-1.0.20.aar.md5 │ │ ├── IotRuntime-1.0.20.aar.sha1 │ │ ├── IotRuntime-1.0.20.pom │ │ ├── IotRuntime-1.0.20.pom.md5 │ │ └── IotRuntime-1.0.20.pom.sha1 │ ├── 1.0.21 │ │ ├── IotRuntime-1.0.21.aar │ │ ├── IotRuntime-1.0.21.aar.md5 │ │ ├── IotRuntime-1.0.21.aar.sha1 │ │ ├── IotRuntime-1.0.21.pom │ │ ├── IotRuntime-1.0.21.pom.md5 │ │ └── IotRuntime-1.0.21.pom.sha1 │ ├── 1.0.22 │ │ ├── IotRuntime-1.0.22.aar │ │ ├── IotRuntime-1.0.22.aar.md5 │ │ ├── IotRuntime-1.0.22.aar.sha1 │ │ ├── IotRuntime-1.0.22.pom │ │ ├── IotRuntime-1.0.22.pom.md5 │ │ └── IotRuntime-1.0.22.pom.sha1 │ ├── 1.0.35 │ │ ├── IotRuntime-1.0.35.aar │ │ ├── IotRuntime-1.0.35.aar.md5 │ │ ├── IotRuntime-1.0.35.aar.sha1 │ │ ├── IotRuntime-1.0.35.pom │ │ ├── IotRuntime-1.0.35.pom.md5 │ │ └── IotRuntime-1.0.35.pom.sha1 │ ├── 1.0.36 │ │ ├── IotRuntime-1.0.36.aar │ │ ├── IotRuntime-1.0.36.aar.md5 │ │ ├── IotRuntime-1.0.36.aar.sha1 │ │ ├── IotRuntime-1.0.36.pom │ │ ├── IotRuntime-1.0.36.pom.md5 │ │ └── IotRuntime-1.0.36.pom.sha1 │ ├── 1.0.37 │ │ ├── IotRuntime-1.0.37.aar │ │ ├── IotRuntime-1.0.37.aar.md5 │ │ ├── IotRuntime-1.0.37.aar.sha1 │ │ ├── IotRuntime-1.0.37.pom │ │ ├── IotRuntime-1.0.37.pom.md5 │ │ └── IotRuntime-1.0.37.pom.sha1 │ ├── 1.0.38 │ │ ├── IotRuntime-1.0.38.aar │ │ ├── IotRuntime-1.0.38.aar.md5 │ │ ├── IotRuntime-1.0.38.aar.sha1 │ │ ├── IotRuntime-1.0.38.pom │ │ ├── IotRuntime-1.0.38.pom.md5 │ │ └── IotRuntime-1.0.38.pom.sha1 │ ├── 1.0.39 │ │ ├── IotRuntime-1.0.39.aar │ │ ├── IotRuntime-1.0.39.aar.md5 │ │ ├── IotRuntime-1.0.39.aar.sha1 │ │ ├── IotRuntime-1.0.39.pom │ │ ├── IotRuntime-1.0.39.pom.md5 │ │ └── IotRuntime-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ └── IotService │ ├── 1.0.17 │ ├── IotService-1.0.17.aar │ ├── IotService-1.0.17.aar.md5 │ ├── IotService-1.0.17.aar.sha1 │ ├── IotService-1.0.17.pom │ ├── IotService-1.0.17.pom.md5 │ └── IotService-1.0.17.pom.sha1 │ ├── 1.0.18 │ ├── IotService-1.0.18.aar │ ├── IotService-1.0.18.aar.md5 │ ├── IotService-1.0.18.aar.sha1 │ ├── IotService-1.0.18.pom │ ├── IotService-1.0.18.pom.md5 │ └── IotService-1.0.18.pom.sha1 │ ├── 1.0.19 │ ├── IotService-1.0.19.aar │ ├── IotService-1.0.19.aar.md5 │ ├── IotService-1.0.19.aar.sha1 │ ├── IotService-1.0.19.pom │ ├── IotService-1.0.19.pom.md5 │ └── IotService-1.0.19.pom.sha1 │ ├── 1.0.20 │ ├── IotService-1.0.20.aar │ ├── IotService-1.0.20.aar.md5 │ ├── IotService-1.0.20.aar.sha1 │ ├── IotService-1.0.20.pom │ ├── IotService-1.0.20.pom.md5 │ └── IotService-1.0.20.pom.sha1 │ ├── 1.0.21 │ ├── IotService-1.0.21.aar │ ├── IotService-1.0.21.aar.md5 │ ├── IotService-1.0.21.aar.sha1 │ ├── IotService-1.0.21.pom │ ├── IotService-1.0.21.pom.md5 │ └── IotService-1.0.21.pom.sha1 │ ├── 1.0.22 │ ├── IotService-1.0.22.aar │ ├── IotService-1.0.22.aar.md5 │ ├── IotService-1.0.22.aar.sha1 │ ├── IotService-1.0.22.pom │ ├── IotService-1.0.22.pom.md5 │ └── IotService-1.0.22.pom.sha1 │ ├── 1.0.35 │ ├── IotService-1.0.35.aar │ ├── IotService-1.0.35.aar.md5 │ ├── IotService-1.0.35.aar.sha1 │ ├── IotService-1.0.35.pom │ ├── IotService-1.0.35.pom.md5 │ └── IotService-1.0.35.pom.sha1 │ ├── 1.0.36 │ ├── IotService-1.0.36.aar │ ├── IotService-1.0.36.aar.md5 │ ├── IotService-1.0.36.aar.sha1 │ ├── IotService-1.0.36.pom │ ├── IotService-1.0.36.pom.md5 │ └── IotService-1.0.36.pom.sha1 │ ├── 1.0.37 │ ├── IotService-1.0.37.aar │ ├── IotService-1.0.37.aar.md5 │ ├── IotService-1.0.37.aar.sha1 │ ├── IotService-1.0.37.pom │ ├── IotService-1.0.37.pom.md5 │ └── IotService-1.0.37.pom.sha1 │ ├── 1.0.38 │ ├── IotService-1.0.38.aar │ ├── IotService-1.0.38.aar.md5 │ ├── IotService-1.0.38.aar.sha1 │ ├── IotService-1.0.38.pom │ ├── IotService-1.0.38.pom.md5 │ └── IotService-1.0.38.pom.sha1 │ ├── 1.0.39 │ ├── IotService-1.0.39.aar │ ├── IotService-1.0.39.aar.md5 │ ├── IotService-1.0.39.aar.sha1 │ ├── IotService-1.0.39.pom │ ├── IotService-1.0.39.pom.md5 │ └── IotService-1.0.39.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 ├── repository_openhome_telecom └── com │ └── mi │ └── iot │ └── cm │ ├── IotBluetooth │ ├── 1.0.22 │ │ ├── IotBluetooth-1.0.22.aar │ │ ├── IotBluetooth-1.0.22.aar.md5 │ │ ├── IotBluetooth-1.0.22.aar.sha1 │ │ ├── IotBluetooth-1.0.22.pom │ │ ├── IotBluetooth-1.0.22.pom.md5 │ │ └── IotBluetooth-1.0.22.pom.sha1 │ ├── 1.0.32 │ │ ├── IotBluetooth-1.0.32.aar │ │ ├── IotBluetooth-1.0.32.aar.md5 │ │ ├── IotBluetooth-1.0.32.aar.sha1 │ │ ├── IotBluetooth-1.0.32.pom │ │ ├── IotBluetooth-1.0.32.pom.md5 │ │ └── IotBluetooth-1.0.32.pom.sha1 │ ├── 1.0.33 │ │ ├── IotBluetooth-1.0.33.aar │ │ ├── IotBluetooth-1.0.33.aar.md5 │ │ ├── IotBluetooth-1.0.33.aar.sha1 │ │ ├── IotBluetooth-1.0.33.pom │ │ ├── IotBluetooth-1.0.33.pom.md5 │ │ └── IotBluetooth-1.0.33.pom.sha1 │ ├── 1.0.34 │ │ ├── IotBluetooth-1.0.34.aar │ │ ├── IotBluetooth-1.0.34.aar.md5 │ │ ├── IotBluetooth-1.0.34.aar.sha1 │ │ ├── IotBluetooth-1.0.34.pom │ │ ├── IotBluetooth-1.0.34.pom.md5 │ │ └── IotBluetooth-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotConfig │ ├── 1.0.22 │ │ ├── IotConfig-1.0.22.aar │ │ ├── IotConfig-1.0.22.aar.md5 │ │ ├── IotConfig-1.0.22.aar.sha1 │ │ ├── IotConfig-1.0.22.pom │ │ ├── IotConfig-1.0.22.pom.md5 │ │ └── IotConfig-1.0.22.pom.sha1 │ ├── 1.0.32 │ │ ├── IotConfig-1.0.32.aar │ │ ├── IotConfig-1.0.32.aar.md5 │ │ ├── IotConfig-1.0.32.aar.sha1 │ │ ├── IotConfig-1.0.32.pom │ │ ├── IotConfig-1.0.32.pom.md5 │ │ └── IotConfig-1.0.32.pom.sha1 │ ├── 1.0.33 │ │ ├── IotConfig-1.0.33.aar │ │ ├── IotConfig-1.0.33.aar.md5 │ │ ├── IotConfig-1.0.33.aar.sha1 │ │ ├── IotConfig-1.0.33.pom │ │ ├── IotConfig-1.0.33.pom.md5 │ │ └── IotConfig-1.0.33.pom.sha1 │ ├── 1.0.34 │ │ ├── IotConfig-1.0.34.aar │ │ ├── IotConfig-1.0.34.aar.md5 │ │ ├── IotConfig-1.0.34.aar.sha1 │ │ ├── IotConfig-1.0.34.pom │ │ ├── IotConfig-1.0.34.pom.md5 │ │ └── IotConfig-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotManager │ ├── 1.0.22 │ │ ├── IotManager-1.0.22.aar │ │ ├── IotManager-1.0.22.aar.md5 │ │ ├── IotManager-1.0.22.aar.sha1 │ │ ├── IotManager-1.0.22.pom │ │ ├── IotManager-1.0.22.pom.md5 │ │ └── IotManager-1.0.22.pom.sha1 │ ├── 1.0.32 │ │ ├── IotManager-1.0.32.aar │ │ ├── IotManager-1.0.32.aar.md5 │ │ ├── IotManager-1.0.32.aar.sha1 │ │ ├── IotManager-1.0.32.pom │ │ ├── IotManager-1.0.32.pom.md5 │ │ └── IotManager-1.0.32.pom.sha1 │ ├── 1.0.33 │ │ ├── IotManager-1.0.33.aar │ │ ├── IotManager-1.0.33.aar.md5 │ │ ├── IotManager-1.0.33.aar.sha1 │ │ ├── IotManager-1.0.33.pom │ │ ├── IotManager-1.0.33.pom.md5 │ │ └── IotManager-1.0.33.pom.sha1 │ ├── 1.0.34 │ │ ├── IotManager-1.0.34.aar │ │ ├── IotManager-1.0.34.aar.md5 │ │ ├── IotManager-1.0.34.aar.sha1 │ │ ├── IotManager-1.0.34.pom │ │ ├── IotManager-1.0.34.pom.md5 │ │ └── IotManager-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotModel │ ├── 1.0.22 │ │ ├── IotModel-1.0.22.aar │ │ ├── IotModel-1.0.22.aar.md5 │ │ ├── IotModel-1.0.22.aar.sha1 │ │ ├── IotModel-1.0.22.pom │ │ ├── IotModel-1.0.22.pom.md5 │ │ └── IotModel-1.0.22.pom.sha1 │ ├── 1.0.32 │ │ ├── IotModel-1.0.32.aar │ │ ├── IotModel-1.0.32.aar.md5 │ │ ├── IotModel-1.0.32.aar.sha1 │ │ ├── IotModel-1.0.32.pom │ │ ├── IotModel-1.0.32.pom.md5 │ │ └── IotModel-1.0.32.pom.sha1 │ ├── 1.0.33 │ │ ├── IotModel-1.0.33.aar │ │ ├── IotModel-1.0.33.aar.md5 │ │ ├── IotModel-1.0.33.aar.sha1 │ │ ├── IotModel-1.0.33.pom │ │ ├── IotModel-1.0.33.pom.md5 │ │ └── IotModel-1.0.33.pom.sha1 │ ├── 1.0.34 │ │ ├── IotModel-1.0.34.aar │ │ ├── IotModel-1.0.34.aar.md5 │ │ ├── IotModel-1.0.34.aar.sha1 │ │ ├── IotModel-1.0.34.pom │ │ ├── IotModel-1.0.34.pom.md5 │ │ └── IotModel-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ ├── IotRuntime │ ├── 1.0.22 │ │ ├── IotRuntime-1.0.22.aar │ │ ├── IotRuntime-1.0.22.aar.md5 │ │ ├── IotRuntime-1.0.22.aar.sha1 │ │ ├── IotRuntime-1.0.22.pom │ │ ├── IotRuntime-1.0.22.pom.md5 │ │ └── IotRuntime-1.0.22.pom.sha1 │ ├── 1.0.32 │ │ ├── IotRuntime-1.0.32.aar │ │ ├── IotRuntime-1.0.32.aar.md5 │ │ ├── IotRuntime-1.0.32.aar.sha1 │ │ ├── IotRuntime-1.0.32.pom │ │ ├── IotRuntime-1.0.32.pom.md5 │ │ └── IotRuntime-1.0.32.pom.sha1 │ ├── 1.0.33 │ │ ├── IotRuntime-1.0.33.aar │ │ ├── IotRuntime-1.0.33.aar.md5 │ │ ├── IotRuntime-1.0.33.aar.sha1 │ │ ├── IotRuntime-1.0.33.pom │ │ ├── IotRuntime-1.0.33.pom.md5 │ │ └── IotRuntime-1.0.33.pom.sha1 │ ├── 1.0.34 │ │ ├── IotRuntime-1.0.34.aar │ │ ├── IotRuntime-1.0.34.aar.md5 │ │ ├── IotRuntime-1.0.34.aar.sha1 │ │ ├── IotRuntime-1.0.34.pom │ │ ├── IotRuntime-1.0.34.pom.md5 │ │ └── IotRuntime-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 │ └── IotService │ ├── 1.0.22 │ ├── IotService-1.0.22.aar │ ├── IotService-1.0.22.aar.md5 │ ├── IotService-1.0.22.aar.sha1 │ ├── IotService-1.0.22.pom │ ├── IotService-1.0.22.pom.md5 │ └── IotService-1.0.22.pom.sha1 │ ├── 1.0.32 │ ├── IotService-1.0.32.aar │ ├── IotService-1.0.32.aar.md5 │ ├── IotService-1.0.32.aar.sha1 │ ├── IotService-1.0.32.pom │ ├── IotService-1.0.32.pom.md5 │ └── IotService-1.0.32.pom.sha1 │ ├── 1.0.33 │ ├── IotService-1.0.33.aar │ ├── IotService-1.0.33.aar.md5 │ ├── IotService-1.0.33.aar.sha1 │ ├── IotService-1.0.33.pom │ ├── IotService-1.0.33.pom.md5 │ └── IotService-1.0.33.pom.sha1 │ ├── 1.0.34 │ ├── IotService-1.0.34.aar │ ├── IotService-1.0.34.aar.md5 │ ├── IotService-1.0.34.aar.sha1 │ ├── IotService-1.0.34.pom │ ├── IotService-1.0.34.pom.md5 │ └── IotService-1.0.34.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 └── repository_openhome_unicom └── com └── mi └── iot └── cm ├── IotBluetooth ├── 1.0.22 │ ├── IotBluetooth-1.0.22.aar │ ├── IotBluetooth-1.0.22.aar.md5 │ ├── IotBluetooth-1.0.22.aar.sha1 │ ├── IotBluetooth-1.0.22.pom │ ├── IotBluetooth-1.0.22.pom.md5 │ └── IotBluetooth-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 ├── IotConfig ├── 1.0.22 │ ├── IotConfig-1.0.22.aar │ ├── IotConfig-1.0.22.aar.md5 │ ├── IotConfig-1.0.22.aar.sha1 │ ├── IotConfig-1.0.22.pom │ ├── IotConfig-1.0.22.pom.md5 │ └── IotConfig-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 ├── IotManager ├── 1.0.22 │ ├── IotManager-1.0.22.aar │ ├── IotManager-1.0.22.aar.md5 │ ├── IotManager-1.0.22.aar.sha1 │ ├── IotManager-1.0.22.pom │ ├── IotManager-1.0.22.pom.md5 │ └── IotManager-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 ├── IotModel ├── 1.0.22 │ ├── IotModel-1.0.22.aar │ ├── IotModel-1.0.22.aar.md5 │ ├── IotModel-1.0.22.aar.sha1 │ ├── IotModel-1.0.22.pom │ ├── IotModel-1.0.22.pom.md5 │ └── IotModel-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 ├── IotRuntime ├── 1.0.22 │ ├── IotRuntime-1.0.22.aar │ ├── IotRuntime-1.0.22.aar.md5 │ ├── IotRuntime-1.0.22.aar.sha1 │ ├── IotRuntime-1.0.22.pom │ ├── IotRuntime-1.0.22.pom.md5 │ └── IotRuntime-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 └── IotService ├── 1.0.22 ├── IotService-1.0.22.aar ├── IotService-1.0.22.aar.md5 ├── IotService-1.0.22.aar.sha1 ├── IotService-1.0.22.pom ├── IotService-1.0.22.pom.md5 └── IotService-1.0.22.pom.sha1 ├── maven-metadata.xml ├── maven-metadata.xml.md5 └── maven-metadata.xml.sha1 /.gitignore: -------------------------------------------------------------------------------- 1 | android/example/app/app.iml 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 此仓仅供maven使用 2 | 米家SDK新地址:[链接](https://github.com/MiEcosystem/MiJiaConnectDemo) 3 | 4 | 如果没有权限请参考:[链接](https://iot.mi.com/new/guide.html?file=06-%E7%8B%AC%E7%AB%8BAPP%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97/01-Android%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97/01-SDK%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E) 5 | 参见最下面备注。 6 | 7 | # ISSUE 8 | 提issue请在这里发帖:[链接](https://github.com/MiEcosystem/MiJiaConnectDemo/issues) 9 | -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.aar.md5: -------------------------------------------------------------------------------- 1 | d85edc6389f48bf761dd22c3898fa893 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.aar.sha1: -------------------------------------------------------------------------------- 1 | fe7d9bdc17e2d71e3da2d4392341ffff01e144f7 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.pom.md5: -------------------------------------------------------------------------------- 1 | fbf7dead222d7bcd1245994b3e411be4 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.10/mijia-3.3.10.pom.sha1: -------------------------------------------------------------------------------- 1 | 3733aa25c6d7df471ab26e75ad2eb08367f45d2b -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.aar.md5: -------------------------------------------------------------------------------- 1 | 7343db771b546fcd9029404dd51e3257 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.aar.sha1: -------------------------------------------------------------------------------- 1 | 3313bf286c2045bdda5a37ff076766a08e0d618e -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.pom.md5: -------------------------------------------------------------------------------- 1 | efa4b77213cf22f48d70f3df6537979b -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.11/mijia-3.3.11.pom.sha1: -------------------------------------------------------------------------------- 1 | 944e1bb376403f57350f3ffd6604e5c226250d15 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.aar.md5: -------------------------------------------------------------------------------- 1 | 9bb0a8451e85cccd91b750a1ffad6bab -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.aar.sha1: -------------------------------------------------------------------------------- 1 | 8e9827cd3b2e52c50939bccafc3ef40c2ef72608 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.pom.md5: -------------------------------------------------------------------------------- 1 | dc8c41c55be2e89dd67418221f1ba860 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.12/mijia-3.3.12.pom.sha1: -------------------------------------------------------------------------------- 1 | eaf82cb4a833465bdcec37632d7451d8f54ff45a -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.aar.md5: -------------------------------------------------------------------------------- 1 | b6c9deec020d11258252b1f097506dd8 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.aar.sha1: -------------------------------------------------------------------------------- 1 | 0c8a87bdbb45e8d4137b0eeccf823458a6d714f4 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.pom.md5: -------------------------------------------------------------------------------- 1 | 341c60ba61d196cd2c720b17105a135c -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.13/mijia-3.3.13.pom.sha1: -------------------------------------------------------------------------------- 1 | 8aa81fdce896e612785bcfca5715e34645c6579e -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.aar.md5: -------------------------------------------------------------------------------- 1 | f039e282199b71fc21c08bcf542700b0 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.aar.sha1: -------------------------------------------------------------------------------- 1 | 3d5bd2aa53d3549d42e61bcf6f3a56a52fa2b7eb -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.pom.md5: -------------------------------------------------------------------------------- 1 | 468fc3bbf91178080f4b79d48129a354 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.14/mijia-3.3.14.pom.sha1: -------------------------------------------------------------------------------- 1 | 1e0d8244587bdd561e2e3ec0d01c159e0716775c -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.aar.md5: -------------------------------------------------------------------------------- 1 | f11ef28e0f48716857d62ea8fa196207 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.aar.sha1: -------------------------------------------------------------------------------- 1 | e836f9727e386a753eeefe8c338862b58174315f -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.pom.md5: -------------------------------------------------------------------------------- 1 | 35fdb8d3e9234234cf76a5f14426bb6e -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.8/mijia-3.3.8.pom.sha1: -------------------------------------------------------------------------------- 1 | e1fd448ea445a6ebc94520e2a46df5fabae450b0 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.aar -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.aar.md5: -------------------------------------------------------------------------------- 1 | 6b5b7ce63186c33903ca38667c521cc8 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.aar.sha1: -------------------------------------------------------------------------------- 1 | 431067c9f091bf7f934a163ba5fd6fd606a27215 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.pom.md5: -------------------------------------------------------------------------------- 1 | b423db7af9f0ab90ebfe3cd1fcc55601 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/3.3.9/mijia-3.3.9.pom.sha1: -------------------------------------------------------------------------------- 1 | 6a96d438d43a9f73dbbb026dcef3c72dc976c89c -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.miot.api 4 | mijia 5 | 6 | 3.3.14 7 | 8 | 3.3.8 9 | 3.3.9 10 | 3.3.10 11 | 3.3.11 12 | 3.3.12 13 | 3.3.13 14 | 3.3.14 15 | 16 | 20190331134542 17 | 18 | 19 | -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 4e3a863453d3a4d784ded078047c8763 -------------------------------------------------------------------------------- /repository/com/miot/api/mijia/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | d5be046c6a79232992957e1625d889c7ef094c7f -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.aar.md5: -------------------------------------------------------------------------------- 1 | 0cd15095dbfda1c5c8725ede896dd04c -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.aar.sha1: -------------------------------------------------------------------------------- 1 | 88343b45abfab73474500ea088f1ee1301104280 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.10 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.pom.md5: -------------------------------------------------------------------------------- 1 | 6bf878cce002f6fd490ce171a111bd0d -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.10/mijia-3.3.10.pom.sha1: -------------------------------------------------------------------------------- 1 | a5bc0ce421da34afd78d73befa95894aa35a9537 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.aar.md5: -------------------------------------------------------------------------------- 1 | c351641fbdc41348b25fc6088be35833 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.aar.sha1: -------------------------------------------------------------------------------- 1 | b76197c00e01aaca0daf93eb976ddaf5cf1b71f1 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.11 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.pom.md5: -------------------------------------------------------------------------------- 1 | a57d93b9d4b0a6c67fef8744ea384f54 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.11/mijia-3.3.11.pom.sha1: -------------------------------------------------------------------------------- 1 | 3192136c124a7afd127b9c1a56aafe65a8ab391d -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.aar.md5: -------------------------------------------------------------------------------- 1 | 6a07834c1748506e0cd3ef28e5767061 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.aar.sha1: -------------------------------------------------------------------------------- 1 | 744c2644a3af380e0c59c01218b1217b878579a1 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.12 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.pom.md5: -------------------------------------------------------------------------------- 1 | 753f9111c4745d4f60ffa4a1ae1bf6ee -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.12/mijia-3.3.12.pom.sha1: -------------------------------------------------------------------------------- 1 | 3f88aa53a2561ce2a1f5aaa1cc74fc6b73ee4d6c -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.aar.md5: -------------------------------------------------------------------------------- 1 | d8648314f7124368ee6e3efd0cbc4543 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.aar.sha1: -------------------------------------------------------------------------------- 1 | 8691144d9106c9af6ec2ee53346ac6332c3608b7 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.13 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.pom.md5: -------------------------------------------------------------------------------- 1 | bcfc71b9b7bd28bf2575d6cdb2c9e878 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.13/mijia-3.3.13.pom.sha1: -------------------------------------------------------------------------------- 1 | e24d2bf8a4da69f9fffcc4c9ad13bce9dfe12d2b -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.aar.md5: -------------------------------------------------------------------------------- 1 | ec0c31382d3d04237a8b761a0a7c53bd -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.aar.sha1: -------------------------------------------------------------------------------- 1 | 14768dded72e80571c19cfa339867d3c79b6dd39 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.14 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.pom.md5: -------------------------------------------------------------------------------- 1 | 726f47670eb491fd42dbe838eca0ea17 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.14/mijia-3.3.14.pom.sha1: -------------------------------------------------------------------------------- 1 | b3ec0beef64d4fccc837dc8b904cfb2571c13a15 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.aar.md5: -------------------------------------------------------------------------------- 1 | 777f872d803dab7836cc0631447d4c31 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.aar.sha1: -------------------------------------------------------------------------------- 1 | 0173426c29d66ebc547a4fea69ac60794fa5bd38 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.8 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.pom.md5: -------------------------------------------------------------------------------- 1 | 9e16f353a7a0a58cdeac188ff8414e95 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.8/mijia-3.3.8.pom.sha1: -------------------------------------------------------------------------------- 1 | 3403764f947e44bcb24ab66fbd753c4faa6bbb9c -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.aar -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.aar.md5: -------------------------------------------------------------------------------- 1 | 1857f5d4c8c0c7c6b1964f122d711f6d -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.aar.sha1: -------------------------------------------------------------------------------- 1 | 94eb4abc61c8f84a7d59fd5d5d4036a0e081eceb -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.miot.bluetooth 6 | mijia 7 | 3.3.9 8 | aar 9 | 10 | 11 | com.android.support 12 | appcompat-v7 13 | 23.3.0 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.pom.md5: -------------------------------------------------------------------------------- 1 | 4daf20a49ef2499f93038b5029a1808d -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/3.3.9/mijia-3.3.9.pom.sha1: -------------------------------------------------------------------------------- 1 | f70aad057d4af968a29ccf647bc9634c4c1daaa4 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.miot.bluetooth 4 | mijia 5 | 6 | 3.3.14 7 | 8 | 3.3.8 9 | 3.3.9 10 | 3.3.10 11 | 3.3.11 12 | 3.3.12 13 | 3.3.13 14 | 3.3.14 15 | 16 | 20190331134524 17 | 18 | 19 | -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3d1819cec0ec247582f263558c266ab4 -------------------------------------------------------------------------------- /repository/com/miot/bluetooth/mijia/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | a0f143b80c28693ba1e47d271c1c7352d69f0e81 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.aar.md5: -------------------------------------------------------------------------------- 1 | 39c67f1e1b334bc09fba05c59dee9fb3 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.aar.sha1: -------------------------------------------------------------------------------- 1 | 206ca93283badb96c5a73c271c5fa6c7764ea586 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.pom.md5: -------------------------------------------------------------------------------- 1 | 8136c35ae58e5ab8d2a94fa4c76a5b7c -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.10/mijia-3.3.10.pom.sha1: -------------------------------------------------------------------------------- 1 | 33cba6287ad8c1d22fb06b057bb65eb2fe4123ac -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.aar.md5: -------------------------------------------------------------------------------- 1 | 7347e40c28956fef44db84df023209d3 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.aar.sha1: -------------------------------------------------------------------------------- 1 | b30f043caecab1acc18a3deb0eb3250a56ffc259 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.pom.md5: -------------------------------------------------------------------------------- 1 | b206b26629fd7d21318f7410852ac3e6 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.11/mijia-3.3.11.pom.sha1: -------------------------------------------------------------------------------- 1 | f42230546f81a5c220d56fe3df451898826682b8 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.aar.md5: -------------------------------------------------------------------------------- 1 | 60327166c767105a2a0c68728f886e5f -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.aar.sha1: -------------------------------------------------------------------------------- 1 | 4e9bc41a55362095ced8c1a1987a8d910674974c -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.pom.md5: -------------------------------------------------------------------------------- 1 | e505962a5cd43581bcae9ff312f75be5 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.12/mijia-3.3.12.pom.sha1: -------------------------------------------------------------------------------- 1 | 50c42897d3100f8a0f26623131f28134ac0fa8d7 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.aar.md5: -------------------------------------------------------------------------------- 1 | 75d9eed415c92b100250c207fd7ed073 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.aar.sha1: -------------------------------------------------------------------------------- 1 | f55533010243630b3fa899b8e173f5213f7ccdc6 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.pom.md5: -------------------------------------------------------------------------------- 1 | 31029d9c1319dba26294bc7908cae987 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.13/mijia-3.3.13.pom.sha1: -------------------------------------------------------------------------------- 1 | d7b00b0ee5c35c74eab1349088f68f236eb9b12e -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.aar.md5: -------------------------------------------------------------------------------- 1 | d22ce2d61174b2f08ed893aa68eff1dc -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.aar.sha1: -------------------------------------------------------------------------------- 1 | 0e66c7332ceac8d06d33299de53ecf42c2bd9425 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.pom.md5: -------------------------------------------------------------------------------- 1 | c09e3c9dd8f63f8a271f07f18363ff93 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.14/mijia-3.3.14.pom.sha1: -------------------------------------------------------------------------------- 1 | b4844798d04d8352cc59f858526ae6af0a1b025a -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-debug.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-debug.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-debug.aar.md5: -------------------------------------------------------------------------------- 1 | 5bb1a0c88bcf0e6c47e743e8bcf9a209 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-debug.aar.sha1: -------------------------------------------------------------------------------- 1 | 4c535bbaf5f34528b1f16bab3cd379b6e491b600 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-release.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-release.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-release.aar.md5: -------------------------------------------------------------------------------- 1 | 19f6940f814e370e2482e90ba89a0ce2 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7-release.aar.sha1: -------------------------------------------------------------------------------- 1 | ab16174c93940eeaa1c6a2000b235d907bd6bc66 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7.pom.md5: -------------------------------------------------------------------------------- 1 | 6006196d755dc55810f4f87d5a7c4eb4 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.7/mijia-3.3.7.pom.sha1: -------------------------------------------------------------------------------- 1 | f77ddf01e3cfe23fbee26c7651b48eb13ad3c02f -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.aar.md5: -------------------------------------------------------------------------------- 1 | 11996696e231fa4e2ce99e04c6ec7527 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.aar.sha1: -------------------------------------------------------------------------------- 1 | 7084e67f2656bb94e23c9d239f58536d5a31a440 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.pom.md5: -------------------------------------------------------------------------------- 1 | 97cea69033b1f77a90e15eea524f7ab5 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.8/mijia-3.3.8.pom.sha1: -------------------------------------------------------------------------------- 1 | ed4bfbae12f61058e75160c573ce595f7591607e -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.aar -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.aar.md5: -------------------------------------------------------------------------------- 1 | 03ac38f57200218ed83c3a3b5b0201e4 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.aar.sha1: -------------------------------------------------------------------------------- 1 | aadd0877ff85f5c1f026d8263188f3f665202a88 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.pom.md5: -------------------------------------------------------------------------------- 1 | 3a21e14399f850df9b057bfd3bbd10e5 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/3.3.9/mijia-3.3.9.pom.sha1: -------------------------------------------------------------------------------- 1 | 34b31288c74921191fabc6a4a56050dce7f9b2eb -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.miot.service 4 | mijia 5 | 6 | 3.3.14 7 | 8 | 3.3.8 9 | 3.3.7 10 | 3.3.9 11 | 3.3.10 12 | 3.3.11 13 | 3.3.12 14 | 3.3.13 15 | 3.3.14 16 | 17 | 20190331134554 18 | 19 | 20 | -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3b60f276b960d7a32ad97a19637d9626 -------------------------------------------------------------------------------- /repository/com/miot/service/mijia/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5530676a28f71b274536e9a4236867b8b32e6f77 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | 1086d7f3b7b396fbf7648a00212667df -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | f04af33d20961e619c22aa9d86ad2908b795317d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | f1098f334a674012e69efeba9d740637 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.17/IotBluetooth-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | 59471ba97c7b5751ed81867d9d4fc34959d9b42f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | 66372d5d505720b4d55cc02d54c71295 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | 17b0215511ec083635fd18f30760e630a7982ce8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | 53c43317c0be6a7a31a5507944f04d4e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.18/IotBluetooth-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | f200b475cb687f58fe5054616b09e582285413a4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 1c94d8816b164396e1f4ca968b9791a4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | f5bfa953ddde181e7303f82444aa52476b9236a4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | fefaf63d88df479477b0d98a7f7bc95d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.19/IotBluetooth-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | b0e113e4d8b7ad38fa3e8b95821eb2999f048ac6 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | c057b115fff073184f640e390c178c7e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | 4503b3d5a56c8b89a5e1e8e4d0a7783ec5de8204 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | 2ff6d39b16bcff0a960a8f7ce1c7e944 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.20/IotBluetooth-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | 410e6b02797a5e8fe7d4e46f2f84029a4ffc4a52 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | 0e28cc2d52dabfe333d19332016a35ad -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | 40c5ed31cb204c3c9614014115812a46dcd4d984 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | c2b9eac549014ef4005eced14bf757ac -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.21/IotBluetooth-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | 06b7c365c971045db6a51c954179f12cca3ff8cd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | ca3811705c637f4fe13dd6f2bf8f47fd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 77297e215ede5b7c4781d6ac37067cce6f3aaf01 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 18b4d19296fdef6988f6f190c17ccc4b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 51f3e8ed7843b891dff048ad7cd9a4b3a7dd332d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | a0c6cade1ce2abaefcb21bedbcd1e76e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | b8cba20c8c0ba4804318bd2fc8d4c73a7ec83be0 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | 85be54155deced168fee479da58acb44 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.35/IotBluetooth-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | c68593eaa36b00685516d250c493067e462d3cc9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | bbf93b31d3c6d9850e7130fd37b4eddc -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | 11e430463eed70b950b7c25646922a886511181c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | d02598cd51fd90238369de08dfd19694 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.36/IotBluetooth-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | 83cdfe1cfa3981975b737c8889d61b9369597678 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 83ec24f40b098a6c4cf15dfff086dc5c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | c5269218263df254a583a586b6ec04402e4eb4dd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | cbfde58d3618e7dfd074da2d7407a63b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.37/IotBluetooth-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | 3d3bc5173b02407d44e5bcf0f92891fe3c86601c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | b39b3d3510636822a139c6c8ee206cce -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 1ba98c65454a20c92466f16ee9d4bc72deb42110 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | 11206d7e249ce02c23f45ba64ae60b8e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.38/IotBluetooth-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | 01bb3d7b259f33b0fbaf2fef64824b84900dd1b7 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | d2a3df8851d89a56c7586254c1f88ca2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | 072433a2f5e6ee7a4df898a997b2cfb9236a70dc -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | e7a21ec938d02d5eb9c8a9e4259db6b3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/1.0.39/IotBluetooth-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | 448ea76b953dce5ebd89815c962947ba38f5c507 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotBluetooth 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063830 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 9b65ddfc278690815acdce8fc36a531a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 73f662949d9a96090c4cc8ea0efe89a5de08661d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | 542a2d7c28386060fde64c373efda713 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | cbe747d0b407fae6ae7b6d2f0a1021a228e4e0c8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.17 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | 8a5f39b7e62b44f1625f21a85cd48e8a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.17/IotConfig-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | 7db80c14d3c77e1488e758d7ec6615871e7b80c9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | 5e21fddd5c9953426017013b8dcedc18 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | a57bdac3f0171d6be099ffa851a0acdcdad438ac -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.18 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | 0f2a8437ff403c3f651dee879c9f1578 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.18/IotConfig-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | ebc3d2435657020e83f299464807a5a31ed6326e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 7da9b1733e25db6871c8a6d47697a384 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | abb6655392c0acf7aa08e231bb7c3d3f8812a2e8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.19 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | 38716dbad28bfa3acc06872bc3b3b100 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.19/IotConfig-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | 29b766ecb346f967d9b9fe525610a95351bb85e5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | 0dfc8c10ea6ee0370d12d7a4d9b848bb -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | e64c52f9af0b055c21808412bfd297255e30bd7c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.20 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | f2ad1d903b7859d31ece4cc049e907c1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.20/IotConfig-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | c9aff27395676fd5842610a08cad5508b4680e89 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | 63a17107744d33ff34e471937933730b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | 541173241ddf3e3f18b5f6d52ad3b6a53d46e1dd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.21 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | 5e32686928d8860a710b47b4ffa3316b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.21/IotConfig-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | b89ff08bd980e35f82569446f632099a068404b4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | d9395f2e31c6b0eafc8a8e0914106169 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 206b3ff294371671cbac555d77621b37f555d074 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 56f3ebcc593cf711560d4ca3bb43743b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 3b9a9537921b7f4e7671ef17ecab1127eba86a38 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | 44c52d746bcfd4ff45dd2987107ae8d8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | a9a4182faa1359216d987ae0ba804e0f6471eebc -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.35 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | dea8e7df1fa63e2b53528805c2c5bf42 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.35/IotConfig-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | d211b6f359e812a545a63670dc528afa76b1d474 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | d4fca0743bacb93c19fd7dd4d218012f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | 5c38a0221d3f1f9bcfccbd55b0f5e0050bce3ff5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.36 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | 83432f09b30887edf6defc3504f449be -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.36/IotConfig-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | 77c6d1335d6605a0711dc6e16facd9ddab79c8f5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 15e66a4fdb0b21dad4e5fc3c2a60843a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | 9896e2d8d968e1c06a894545c7789fc61b490b17 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.37 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | c943f7f56e183126d9994ccdb60cba02 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.37/IotConfig-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | ebbbc43e3e3cc5ad88d10118dd2bb43dcaa7eb30 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | 5086be63422063fda1041b140a380e7c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 884bd50a61bd4908cb6cb00b88f1398a9a24ce0e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.38 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | a02b007e527fabae0e860e195bfff6d3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.38/IotConfig-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | 11294e08e33f98d048a3458ce93e328cc8738d46 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | 186c47e9f94b67ed3f4eb067487df721 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | abf6deee23e22389971acc65aacb2aca6b44af6a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.39 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | 4f71a56f03b36ef8f9316e25d247aca5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/1.0.39/IotConfig-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | 9edd166c68b907e2535d105b9190fa5265defe81 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotConfig 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063830 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 114da95247d447e2b27bd8005fa2e671 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotConfig/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | bb786382631907929d731cdfa979002f52c5084b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | 2e1fae26a399c087359b3e5c91abbfc8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | 86da93b0dc96ee182a3a33772da1811f0793014a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | dda3069d7f8cf3941a5044d5637fafb1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.17/IotManager-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | 0dfcea6e0ea3e5a6659a1077a0354f11cb6721b0 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | 9393d413a300f080905379f2bf1b586a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | d0da37807789a554e153b61ca514563c35a00bd5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | 87ffb5ea28d6b7964cab4cb0fab158b2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.18/IotManager-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | 9284d4888c8301f0404280603a84aa0149add779 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 079aa3e3e428989066500eda2279c3be -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | c84abbd006c982e8df3872d212a0f66f36c7b64e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | d2a32884b9bc3b354861343d763b4fa3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.19/IotManager-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | df0f2c3d86fa965955c62851ae858a55a0534b23 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | 9c76f89fc840f3d4575d6af234839de7 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | 8349e1a4ac215234cc4862bd362c358b13efa900 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | 36cbf5c466ebeeb1b7dd970751e354cf -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.20/IotManager-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | ff074f82d7f56b87b0688f53621abf06ce08dcfd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | 0b750ab3d5e4c99c8dd7cd8a243ef23c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | 4459cc0c15a1f341aa7c85359e95212cb8b8db7c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | 0cc67398d5843b32abc9efb0da0d3929 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.21/IotManager-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | 3e50672d384fcb0bb7f86030da0801e12e4cc8a4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 8aa9b0bbf87594615ae3f786115aa4a9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 893abef6eea0275460e19b5adbb42b1026651f77 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | f112a05c439f78044d7ce11d0e6f9fd8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | eca3d01c22ba34b953fafacf93b6be00fe97ee72 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | ebd004c047536bdb8929d6788c4d52db -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | 75dddbb4d76ca159f241e6f23d44316b01c3efff -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | cb3bee552fa47599a68173f31b4882ba -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.35/IotManager-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | 21413e30e1643bd8a44e713fcd8c5ac282f82902 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | 89851190d8f4340a7f1ae4575a107c05 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | f9740957f0a05ed5be6442b2ba148d6ab77fc4e8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | 04692d3970786c561b2f766fac363909 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.36/IotManager-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | c9a4b910d0138c5e0948115d1f671956b1b1efa8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 18595df10af33a39b50ae4409240c070 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | 91c86803ebdb85c5710cc654be9ba152367a9c58 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | e5dbfd60746f2983f03d5a383c1e39d1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.37/IotManager-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | b56e0e2d9fcd882c73ba86416754d5b1e776ce43 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | e6f8b7a806c5e390b03df9bca8380cea -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 451b11e68b1cb82bb86c97a08f49941950a00e94 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | 75032b3c6302a8eefc9fa91d1c5970b7 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.38/IotManager-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | 519ce01d1f6225922133f1e17f21043931c7d304 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | 90b2df57082c9f7738208562d1094e3c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | adfb573d89ac3f5c8f2e7afe95e7b6d50d797d0e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | 8cb7f966d5b1cb8c7e42e50f1d7cea1b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/1.0.39/IotManager-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | dab0a63aef4857ec6a5c8c0832fbd76e9bb8e5f3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotManager 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063831 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 21da05647551bc1c2b10fd0f78ca5f09 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotManager/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 3a26d3c1f21c158dfb98864788c88d3ca53478f2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | 277a0737d10e2b87310c4f4e20332229 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | 67b1a14f71d8a9bb79c0325c163ff8036aebf4d8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.17 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | 602cf2cec145f592a059e356c781f36a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.17/IotModel-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | 7a266a4a5d75bfc414b68f6337740935e16daf21 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | a72c92ba4cbcbb1cd1420307fb2e2929 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | e1d278ef099740d82dc1a9cffb52a3ab352afa5c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.18 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | 2cc083cad55341c1c7b713e07594e07d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.18/IotModel-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | 0d5753a1902d426d78c5683a08c9249cfd9e57f9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 63cf3ed1f253c69211e40f968eeaf408 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | 353ed64ddabf3fd621f65003c9379a852b4820e1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.19 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | b04fb979edad1673cea1d010eae4204b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.19/IotModel-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | 78b1a4dd602d82c111cb97ca39f8bd83bb9c4d5f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | cfdce355f2557c219448653c9749f0fe -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | ef335f4f09ed9664c2c984f7ac31a2c867c334fd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.20 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | e472bf9f59f58f71ad81634433905fdf -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.20/IotModel-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | 7e2bdd3265196b16d6ca4bf801a1f010d6c454d7 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | f6c1429e344cbeac6621558d63d4203e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | dd2cd6994ca1055929ac79e82a05e07939595c82 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.21 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | c18feb4d5212713a011d96c094106f75 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.21/IotModel-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | d646b349bd39a7a58baaa197f4cb5edb211d092b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 832a55fcca6cd79bd523e48334cd9593 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 32e1c9b4413ee099e9895bbe67b8e586c506a002 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 14acf7f0cbb2808e688be1d8b5537e31 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 20882ebfb24a92f4c32789b0696ac6a480fa045a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | c9761f878e2deea871dbe6ded161f24d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | 07031bd19735f05176f742265656e5c1937125c5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.35 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | 110b30bf354accf3d6f1ae274b6117e9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.35/IotModel-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | c214d5a4b229c08424e6c8db6819b0cea4da9bd6 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | e2c6353c70c1d7d190db887182ec7b65 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | 9b318366362e6a1afa87784d5a0e0eb7c70ad71d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.36 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | 02a8dd0fdae12ffcaad144ef3b926713 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.36/IotModel-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | 72fdafbdc965f1bd31cfc491fdacab577b981ae9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 0a0adb186cd378a9eefbea9dd9c1dca5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | 790fd3a5875a9f96237d22630c7af3b284e9e42a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.37 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | 63cb05d9c564caef743e010c84cc7286 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.37/IotModel-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | 492dfc12fb61bff055053ce6f729a3336cca5b44 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | 7b8c382c324acf4df19cfc4c7751ba3f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 35d1f237093abfb259515f7e08844772c61c6f68 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.38 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | 97216268a40ecc3d76a67766d4a485bf -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.38/IotModel-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | 86815a3aa3ce379e6966f53aae5c4592941d8ebb -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | 0976b9e44ba2d1550a188fa0a177461b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | f7ea00c458acb7377c1850a3d3fed6064c6c647e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.39 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | 47810dc4c756c4de088277deef9dba63 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/1.0.39/IotModel-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | 5565677111fbbeae2ccb2b24ac3792d35f48119d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotModel 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063831 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 4b9670b9cc9bc6a56062e3747e18dc34 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotModel/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | e4c9834b20e89e9a2941d919e0f3c885c4916fca -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | d28c840477e2a001cee86c6a1f88d298 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | c1de2efbe64f25c59160e94446a51c27ff2c37c3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | b50fe5f8308eb032dc09fb64a4c37371 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.17/IotRuntime-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | bfa44eb57f7cefae762518c1ec6953e0a1b0e544 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | 21153c22c768b83e278845f6670ec145 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | 6eb05b5f1cc74572ebcb8b4424ad105f5c756363 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | c3d0353d0ff047eef661e4239d1aaff8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.18/IotRuntime-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | 6e99dcaa4e289dd3f19e4906f00cfa825d6ff8a8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 2b8cfb73a47ddce7e78f1410e0c52345 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | 64b99a1da4b5970ccdd9f765c3b469c1e1e44268 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | d64620594e45b3c0b710931e7d9c6411 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.19/IotRuntime-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | 775b37ddcf78aeac9a78a1f1c2f7e044cd5b4ae4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | b4922b3c9ba45f21773991638ec9f0d9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | d762f8f3c5e9b6626266d2831544d62bf20beb7a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | fc84b5a1b890950235e0da16a5affd32 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.20/IotRuntime-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | 2ccc5c849f0fdaedd43fd9a1bc098301e181bf28 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | d16477150ddcf4a6c1e7f9bd8f4bac5b -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | 3bb103eb8ab06eced695061afbf7a3fc5208d166 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | 2391d97fcae3003d2dd45031d3ca73b3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.21/IotRuntime-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | 7e3b41a8fcc35e26b5352b68b136a385497e52bd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 7784fce57965f2d73bd1e8cfbc56b034 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 8970ca38ef1c8b97f32b8877da9f25ddfb731bf4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 54005945eac1b1a5a7db26e244d6fffa -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | bb88a44824aea56983daad6a22b1cc523e04166a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | a8ed276f6a41e19de5244638f8a42df8 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | a5fba3e4efedb1224ef54ae533dd3b1b31105a90 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | 468f8a5a2eadcd5dfa911ecc40f3e80a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.35/IotRuntime-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | e8673ef77a60bba5065d5fb337845219be8386bd -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | c6ce192c958adbbf3e36aa6b41ceb639 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | bb11e8b8ee7f706cf6c9167efb03df3728a224ae -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | 33f588c7e79ea3198788e86249050d6f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.36/IotRuntime-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | 4e16713b5143158aa5e080835356972ff94f1a89 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 724b36c8e5d678900291f1620ba5d429 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | f52540814169d9b7e006bb84578d62a96a694634 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | 0ee808d328cf80c867ff98ea1b8b7a1d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.37/IotRuntime-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | 75c0db45d9b43bd29c77a1cecfb3b326f946ada4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | 1b6b02c7eaee0f09bd7e230d9d7ea1c4 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 12f8938d05c0764216d97e5c6e3b8f53d54d27eb -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | 3eb07e6f530defba1f4e3627cbb79679 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.38/IotRuntime-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | db4a5ab8c715483e3fdd8cbcb084b2e5f5dc8341 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | de5a7c54ea4998b04893706539fb7484 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | e5c7a4bf40fa6f1424656d7a9f8cd967e245bea9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | 50cafbec9e1e34a262df5d1cdf717568 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/1.0.39/IotRuntime-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | 7a7c887f4aa7c5727698d1ad5b422651f515c7c6 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotRuntime 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063831 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 539dcb96d3fbb45dbc4753b1740dbf07 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotRuntime/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | eb55e23a4669d1e5b553d3c3c27280a4de4dc500 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.aar.md5: -------------------------------------------------------------------------------- 1 | 1ae424e960ae7242a475b84b349361d2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.aar.sha1: -------------------------------------------------------------------------------- 1 | acbb8323acaa971d40b8f252ccfc08ca5777db35 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.pom.md5: -------------------------------------------------------------------------------- 1 | 18539220cb4d4f42ac8f0b913b171939 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.17/IotService-1.0.17.pom.sha1: -------------------------------------------------------------------------------- 1 | 21a4d3b96c95a94097d7342cb5131251db1ee7b1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.aar.md5: -------------------------------------------------------------------------------- 1 | af4683e18bebf73d8bc0dbbeef3cad61 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.aar.sha1: -------------------------------------------------------------------------------- 1 | 616bfd0e3ca68b4532415ca50e55ee4cc4c411f2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.pom.md5: -------------------------------------------------------------------------------- 1 | aa245757917c244d0902884204ad7650 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.18/IotService-1.0.18.pom.sha1: -------------------------------------------------------------------------------- 1 | 98adaac55b9752408b6044af50e335195c0ab966 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.aar.md5: -------------------------------------------------------------------------------- 1 | 8a1b7dc75414e117fa6f0e1cf9afb1f9 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.aar.sha1: -------------------------------------------------------------------------------- 1 | 84cfb5531fd24a1b8afa5e26c7015014de4a78fb -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.pom.md5: -------------------------------------------------------------------------------- 1 | a1ebbae2271dd231dc5d423d8777fe44 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.19/IotService-1.0.19.pom.sha1: -------------------------------------------------------------------------------- 1 | 55204378d0b8d5ffd3aed48cef2492447f9bf5e0 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.aar.md5: -------------------------------------------------------------------------------- 1 | c242520de22b0b4a50043a5e8643eb90 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.aar.sha1: -------------------------------------------------------------------------------- 1 | 5ff5d54c4d1d2ad29ee9ca1beeb0510aa83a561d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.pom.md5: -------------------------------------------------------------------------------- 1 | e68ce70eef6fb64b689f140d345e79d1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.20/IotService-1.0.20.pom.sha1: -------------------------------------------------------------------------------- 1 | f060969c0f1aa21ce959c069466876c55951a59d -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.aar.md5: -------------------------------------------------------------------------------- 1 | 9c3544218ffa727e9a9a19cc4d17b5c3 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.aar.sha1: -------------------------------------------------------------------------------- 1 | 465205153075d053f4206841b3e75c36b8632156 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.pom.md5: -------------------------------------------------------------------------------- 1 | 2abc7b2e82cd0a654b0d73271ec435e2 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.21/IotService-1.0.21.pom.sha1: -------------------------------------------------------------------------------- 1 | 1ea57b0b33e9a5746a2d5309633c440170dbd085 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | f34b5718c90f09740ea332b907c169fe -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 3201d9d72afb44230be4b933775f3d9709b5b5df -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 847cd2da4059637d78df5f329b665125 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | fbe189b053f8f876b65d4296ff65a870c0914581 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.aar.md5: -------------------------------------------------------------------------------- 1 | cbb9aa5ff11b694dba7dab6e24e6c185 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.aar.sha1: -------------------------------------------------------------------------------- 1 | c792980eb2c7fcaf1ccede0212e373c430494b78 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.pom.md5: -------------------------------------------------------------------------------- 1 | e5c4525fb7336fa660f5aeca9b5e770f -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.35/IotService-1.0.35.pom.sha1: -------------------------------------------------------------------------------- 1 | 9bc86042b7ecfdc4d41aa5b6e3069a7332b02e41 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.aar.md5: -------------------------------------------------------------------------------- 1 | 877235d05096719b31a10da437fafa43 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.aar.sha1: -------------------------------------------------------------------------------- 1 | 86f0040d4b414d46d2d617578b0e028022b93392 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.pom.md5: -------------------------------------------------------------------------------- 1 | 227f41301a79af980f12bde7cf6e92b0 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.36/IotService-1.0.36.pom.sha1: -------------------------------------------------------------------------------- 1 | 7b55b33b7726da65a4a7b6356e98142029c3d7b1 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.aar.md5: -------------------------------------------------------------------------------- 1 | 7a0ce7d92b401c237bb5bf1d7fe67119 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.aar.sha1: -------------------------------------------------------------------------------- 1 | a6ba0c5893822b845d0ed164a93277a32e465c07 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.pom.md5: -------------------------------------------------------------------------------- 1 | 72c32013ea85ff8d5f9ba322f1a0450e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.37/IotService-1.0.37.pom.sha1: -------------------------------------------------------------------------------- 1 | b4cbcd6df40f1736c5d39f752ec11dc2f84d2a4e -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.aar.md5: -------------------------------------------------------------------------------- 1 | 22b34d3d2c00edd0a63615eefedd001c -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.aar.sha1: -------------------------------------------------------------------------------- 1 | 1b01b8affd53b1dd0a769b56c0d567eff85a52d7 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.pom.md5: -------------------------------------------------------------------------------- 1 | 91be28f360e2eb01eebe17de6e880452 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.38/IotService-1.0.38.pom.sha1: -------------------------------------------------------------------------------- 1 | 5d8ce3ca83676c479842ea0c161cccf2b2c97edf -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.aar -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.aar.md5: -------------------------------------------------------------------------------- 1 | 03601fc9602f00d7b148926249b15f13 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.aar.sha1: -------------------------------------------------------------------------------- 1 | 57e52b3599c51c52efbeeb556ec773f86d39ecbb -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.pom.md5: -------------------------------------------------------------------------------- 1 | 0756749f340410a223784088c0b568c5 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/1.0.39/IotService-1.0.39.pom.sha1: -------------------------------------------------------------------------------- 1 | d54fb4e80f587bfd2fe9b38122d85578cf7a067a -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotService 5 | 6 | 1.0.39 7 | 8 | 1.0.18 9 | 1.0.19 10 | 1.0.20 11 | 1.0.21 12 | 1.0.22 13 | 1.0.35 14 | 1.0.36 15 | 1.0.37 16 | 1.0.38 17 | 1.0.39 18 | 19 | 20200713063832 20 | 21 | 22 | -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3d5ccb7ae7d03523708579b1b51fb529 -------------------------------------------------------------------------------- /repository_openhome/com/mi/iot/cm/IotService/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | d19bb999df6376d60e0e0710db9bd7fab824df18 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 14c285dac8bd1a8c18b11e4c5ee4f659 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 48fe47a294fa32cc06f201784ca1230ae4b3af1b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 18b4d19296fdef6988f6f190c17ccc4b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 51f3e8ed7843b891dff048ad7cd9a4b3a7dd332d -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | 59b0f7c02765a2329c4465bf937bbbf4 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | 5b7cfd7eccdaf0bd66940beca9696f5bf6c59f2a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | d712da5451ec5c0d1ad6ae52b209b69b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.32/IotBluetooth-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | bcdcf64f3938cb7037a15308fb8443283f33ed07 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | ffef3de82fbdbea662a9e1ed35b9213d -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | b6ca2fba3d27a4158e7ca0c44fc5bde775faabc6 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | 544beeceeac82ac05bf21648cc0840db -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.33/IotBluetooth-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | f6ec5f9098da036221762dbfca55a4e8cc6a3023 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | 1234db6278b20dd91e7cadabbce4a6a4 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | 9b81515429179a386ac183da7139f0884a480b9a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | 4771909d19f5f8e1e73ac2205f8d36de -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/1.0.34/IotBluetooth-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | 9ad15f8a6c2df131a0ed10394de3426ab6164368 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotBluetooth 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021329 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 21e65e73fd944bba556735dbd0700597 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 6c560771f7e2deaed0d8b1605b8bdbd40c849c6f -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | cf5dc1a699067d6628b38a360f71b1b5 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 1f77e56af20355e3b872aa8fb36600cf89cdc500 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 56f3ebcc593cf711560d4ca3bb43743b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 3b9a9537921b7f4e7671ef17ecab1127eba86a38 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | fd2db3ad434a87aa094d011df7dc2edd -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | 23f6a8daddbad9f495b7608d8872409a4d41e024 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.32 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | f643d146f70a13ceac9aa1601d51503b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.32/IotConfig-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | 04d765b5ebfc4c2250534808e6436d2d4b2ddd95 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | 09c91bf90234d4a0b7db4f43cce7f1bb -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | fdc2ddfca578d03e805fe7460c046f2a8199d332 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.33 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | ab3c832e26f13de137a3e5f4077fe383 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.33/IotConfig-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | ca01b45401353cd64004a2cf6faca9ccfa41009c -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | 532bd18c2eb1a23ca208b1b9b7a601fb -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | b5bc19f68c1228d409dd42a21808b14f9a998609 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.34 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | 9aeb92b0d4b2a25bac18dfb885137269 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/1.0.34/IotConfig-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | 9085f565b832904610e8c8f55ea189c5ae183089 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotConfig 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021329 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | c3ee3acbc4b8e9424c2f83fbc7382212 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotConfig/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 45bb3b2c7651bf692bbb27d131d94a0dc78b9a31 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 25e9d81c1b8b415cc0812333936305aa -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | cba3b439cd6374e01cf165facf0ec083e613f384 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | f112a05c439f78044d7ce11d0e6f9fd8 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | eca3d01c22ba34b953fafacf93b6be00fe97ee72 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | cc90de58ee5543499e2db2626e38fb6f -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | 59295d07218adc60ca2b1c092046fcb95b6c574b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | bdc074acdfab3fbe3ea61be6c3929ace -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.32/IotManager-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | 301089b857259ee008606b81e27c1829e44b30c2 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | 8d6a71d54c16d951acb9f6a9d75b34c0 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | dc1b918907d1ab4339c2bef771ad6dd8f76c9653 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | 035378e0eb4b77a815537b6045385e50 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.33/IotManager-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | baaa824f2a75f0ae9071e4f07f8e94dc18009525 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | 8e56d4d87f16d6dec63e41c509538bd5 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | 6b75a11fc523e675d24e927e3edb50392cc6f341 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | 449d8aacfaa45372d631bf04bc317328 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/1.0.34/IotManager-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | 133fdb7b27231e32396814c8af0f4774ba175dc7 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotManager 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021330 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | cf9f75e9372aa3cce24bc2dd136abc38 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotManager/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | eeb53acc92a78917216fa9fae7288f9fa59a2097 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | a98fb90fc6bca0f4aab0a501a87388fe -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 1a68a10c41ba8bdbca3b6fb3204b98bc885b9507 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 14acf7f0cbb2808e688be1d8b5537e31 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 20882ebfb24a92f4c32789b0696ac6a480fa045a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | a4065794aac26fd9b970aa892e9b4f61 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | 181855274fd0fbfde42ecfc31a91b513c6b313d1 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.32 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | 0fc42ec170f2747b9be92447acac56f4 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.32/IotModel-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | 8d557c61888a3bcd25d49b37d8d4cb6f4f0f8288 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | 2ffe683165288db2e7116a1db1de6c57 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | 3477bbea80e4148951d5c1aab093c5786c31bb74 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.33 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | 64fae096e93dc3e074ab613a5af8a34c -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.33/IotModel-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | d8d9eec25ba9302094e67384e74ebc464ba3b312 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | 389489dd6e32bf8cea903940205b6a0b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | e7846c1113328f6c30abb5b691564f429791e9e7 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | e652b802643c9ac4d521bea5c50c52d3 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/1.0.34/IotModel-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | 2733c405abc9f1e606fbbbca83dbb782e7a65e91 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotModel 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021330 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 87aefecaf1cc3438854f81af251e61ac -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotModel/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 6bc69e04caa495f7efd1150cf2069e12c22e9781 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | a65cc5e6f429d23de7598d7e98dec506 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 62fdd3bdfdf3747388db4137b8ee9e2387efbb22 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 54005945eac1b1a5a7db26e244d6fffa -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | bb88a44824aea56983daad6a22b1cc523e04166a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | e4b44d8d83bed9ade28057b00ec46441 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | 021badc0940248a6dd0c2210f803cd0528050911 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | 54255d46fec68f00ecbc4f001e514519 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.32/IotRuntime-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | 7461b9a515513da0ea9d78c9d0122b724515d3ba -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | 88214800d42eb6c51cb3d04a48d75db8 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | a523d6e8081cb56a70931ebd159d96278963fa72 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | 94563fd262268850cced5f8d2d441377 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.33/IotRuntime-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | 085bc8398f705809c9df2e8857b5f84055794f13 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | 7a47bad5e4639941e28461be157ee991 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | 793233869740430b00357920b9ddc88bf14c3f72 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | 3c0b8fc9df121afb36d2e83e0a8ef880 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/1.0.34/IotRuntime-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | d238b96cc3800472c67acc598909fcb74fe4defb -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotRuntime 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021330 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | d4d68f8d287f32883f5bd35e43256275 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotRuntime/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 094505d399bd9ed37ad1f16935e0cc8ac9e26a08 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 5c780c9584516c94493e990aea7ff119 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 3cd5748ebc872be0a9893935ce8f67a1da279393 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 847cd2da4059637d78df5f329b665125 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | fbe189b053f8f876b65d4296ff65a870c0914581 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.aar.md5: -------------------------------------------------------------------------------- 1 | c4636c29a41c44375b2ffc8a48e58f1b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.aar.sha1: -------------------------------------------------------------------------------- 1 | f8fd016bbdb56ca41f2151f68438438894e3c25d -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.pom.md5: -------------------------------------------------------------------------------- 1 | 08463a1a64bae65c5101a282eb1ba069 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.32/IotService-1.0.32.pom.sha1: -------------------------------------------------------------------------------- 1 | 957034592e3ff36e6abb746d394cd5f19d40507a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.aar.md5: -------------------------------------------------------------------------------- 1 | fe9bd1d65e5ef1aa87cbf3ea93191a1b -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.aar.sha1: -------------------------------------------------------------------------------- 1 | c94dc9bc36f077dadd40fa29e813099aed0c3738 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.pom.md5: -------------------------------------------------------------------------------- 1 | 2b317e964f2c5f1845ea9288e6a8fadc -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.33/IotService-1.0.33.pom.sha1: -------------------------------------------------------------------------------- 1 | a6aa6d89b15b3560670ac3a9a324750770e46e3a -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.aar -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.aar.md5: -------------------------------------------------------------------------------- 1 | d21241116ab060c20e24f077f72a2494 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.aar.sha1: -------------------------------------------------------------------------------- 1 | 3421a10612e7c3cb0007a20e556b9f597673b257 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.pom.md5: -------------------------------------------------------------------------------- 1 | 46da4f1096bed631dfd1408a0317227e -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/1.0.34/IotService-1.0.34.pom.sha1: -------------------------------------------------------------------------------- 1 | 491384303304eaaf7f8916f9bebcf080d7f8bb17 -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotService 5 | 6 | 1.0.34 7 | 8 | 1.0.22 9 | 1.0.32 10 | 1.0.33 11 | 1.0.34 12 | 13 | 20190808021331 14 | 15 | 16 | -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 2c74c1e235bca02c8547d82155645b3e -------------------------------------------------------------------------------- /repository_openhome_telecom/com/mi/iot/cm/IotService/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 5025b0e19444504c8f0b0fbef307aa7df935d743 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 14c285dac8bd1a8c18b11e4c5ee4f659 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 48fe47a294fa32cc06f201784ca1230ae4b3af1b -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 18b4d19296fdef6988f6f190c17ccc4b -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/1.0.22/IotBluetooth-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 51f3e8ed7843b891dff048ad7cd9a4b3a7dd332d -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotBluetooth 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083241 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 47fef7dc302b5022f97aa619bd4411e1 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotBluetooth/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 03c24a7896ac622a39c65bfd813b806a6a4024f3 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | cf5dc1a699067d6628b38a360f71b1b5 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 1f77e56af20355e3b872aa8fb36600cf89cdc500 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotConfig 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.google.code.gson 12 | gson 13 | 2.4 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 56f3ebcc593cf711560d4ca3bb43743b -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/1.0.22/IotConfig-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 3b9a9537921b7f4e7671ef17ecab1127eba86a38 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotConfig 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083241 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 46b9a3939874f48d0196f03c59de3585 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotConfig/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | a9ed932dc1165acb66503b161c611eb2c37b812e -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 98ddf4254bfe73b1c3a126fe0a9459dd -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 44ac003dd51f18eddcc23f9750faf6add9ce0b6a -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | f112a05c439f78044d7ce11d0e6f9fd8 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/1.0.22/IotManager-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | eca3d01c22ba34b953fafacf93b6be00fe97ee72 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotManager 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083242 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 9572b453455a420403c056354e7c9817 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotManager/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 412a4e353e5cb8cba6775e2d06ab089894e3b11d -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | a98fb90fc6bca0f4aab0a501a87388fe -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 1a68a10c41ba8bdbca3b6fb3204b98bc885b9507 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.mi.iot.cm 6 | IotModel 7 | 1.0.22 8 | aar 9 | 10 | 11 | com.android.support 12 | support-annotations 13 | 25.3.1 14 | compile 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 14acf7f0cbb2808e688be1d8b5537e31 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/1.0.22/IotModel-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | 20882ebfb24a92f4c32789b0696ac6a480fa045a -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotModel 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083241 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 3b62fbb25ac387fac316bc5e3c570bd7 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotModel/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 3d8effd02459cb9d6c718c0135f366b0cd859263 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | a65cc5e6f429d23de7598d7e98dec506 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 62fdd3bdfdf3747388db4137b8ee9e2387efbb22 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 54005945eac1b1a5a7db26e244d6fffa -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/1.0.22/IotRuntime-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | bb88a44824aea56983daad6a22b1cc523e04166a -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotRuntime 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083242 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | e68c39ed560243b09f1e7344b35c1dc0 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotRuntime/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 1ee323d85ba5a35b12c3d2705a4e9c389089a4f6 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiEcosystem/mijiaSDK/86f38fa67918336befc83a437432443cd93c664b/repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.md5: -------------------------------------------------------------------------------- 1 | 5c780c9584516c94493e990aea7ff119 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.aar.sha1: -------------------------------------------------------------------------------- 1 | 3cd5748ebc872be0a9893935ce8f67a1da279393 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.md5: -------------------------------------------------------------------------------- 1 | 847cd2da4059637d78df5f329b665125 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/1.0.22/IotService-1.0.22.pom.sha1: -------------------------------------------------------------------------------- 1 | fbe189b053f8f876b65d4296ff65a870c0914581 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.mi.iot.cm 4 | IotService 5 | 6 | 1.0.22 7 | 8 | 1.0.22 9 | 10 | 20190619083242 11 | 12 | 13 | -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 2c7321db74a3c0ca3879fda454052b11 -------------------------------------------------------------------------------- /repository_openhome_unicom/com/mi/iot/cm/IotService/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | a1c95decb2f72bfd1b83bcaa391fe8d15437673b --------------------------------------------------------------------------------