Skip to content

miso-develop/google-home-auto-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-home-auto-tester

csvファイルに記述したテストワードをGoogle Homeから喋らせます。
csv(data.csv)にはテストワードと次のワードまでのウェイトタイム(msec)を記述します。

導入方法

git clone https://github.com/miso-develop/google-home-auto-tester && cd google-home-auto-tester
npm i

Google HomeのIPアドレスを指定

index.jsの以下のコードを修正します。

googlehome.ip('192.168.xxx.xxx')

data.csvにテストワードを記述

テストワードと次のワードまでのウェイトタイム(msec)を記述します。

test1,6000
test2,0

実行

npm start

または、

node index.js

で実行します。

About

csvファイルに記述したテストワードをGoogle Homeから喋らせます

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published