commit | 8fd923bf0d68b2890b72784a78a9fd5fbf8d0458 | [log] [tgz] |
---|---|---|
author | Kate Hsieh <yuchihsieh@google.com> | Fri Jan 05 01:50:11 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 05 01:51:00 2024 -0800 |
tree | d399150c17f84907a5690b2df68c3eb0abdc4415 | |
parent | c057886579b19ba342de7214f753f4142ebd8653 [diff] |
Add get apk version via adb PiperOrigin-RevId: 595930239
Google Home Automator can help you automating your Google Home App.
You need a python 3 environment to run the script. Google Home UI Automator requires python 3.9 or newer.
3.1.1.14
and 3.10.1.6
(latest public version). Or 3.12.4.1
.NOTE: Please select the correct Google account on Google Home App.
cd
to the folder.pip install .
$ ui-automator --commission DEVICE_NAME,PAIRING_CODE,ROOM_NAME
DEVICE_NAME
: desired Matter device, e.g. m5stack
PAIRING_CODE
: pairing code of your Matter device, e.g. 34970112332
ROOM_NAME
: room that is going to be assigned, e.g. Office
$ ui-automator --decommission DEVICE_NAME
DEVICE_NAME
: display name of commissioned Matter device on GHA, e.g. m5stack
$ ui-automator --commission DEVICE_NAME,PAIRING_CODE,ROOM_NAME --regtest [--repeat <REPEAT_TIMES>]
--regtest
is required--commission
--repeat
to run regression test in limited timesREPEAT_TIMES
: repeated times for regression test