commit | 11af0ab80730f81810bb44e61aec2a82c4700eff | [log] [tgz] |
---|---|---|
author | Timmatt <timmatt@google.com> | Tue Dec 05 21:31:49 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 05 21:32:26 2023 -0800 |
tree | 48c5f7ac7360d71d324b01b15453e875ecbc0edf | |
parent | 46147a2273d81dc9fe939a6f0f8ded22771c96a1 [diff] |
add regression test & roadmap to README PiperOrigin-RevId: 588284650
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.7.1.4
.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 --reg-test [--repeat <REPEAT_TIMES>]
--reg-test
is required--commission
--repeat
to run regression test in limited timesREPEAT_TIMES
: repeated times for regression test