commit | ffdbba90b4b9c5b018ff5cfbfee76af3a77bb101 | [log] [tgz] |
---|---|---|
author | Kate Hsieh <yuchihsieh@google.com> | Mon Jan 29 20:07:14 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 29 20:07:45 2024 -0800 |
tree | f6f727dfcf9f8d1ef9453efce0b2925ae41b2812 | |
parent | dcc9d618b8ecd74a51a40da5f707ff7b24db7fbd [diff] |
Add hub version in regression test report PiperOrigin-RevId: 602583331
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
, 3.13.46.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