Auto-sync: 2026-03-02 08:00:02
This commit is contained in:
16
workflows/u/admin/alexa_speak.script.yaml
Normal file
16
workflows/u/admin/alexa_speak.script.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
summary: Echo デバイスに TTS で読み上げ
|
||||
description: 指定した Echo デバイスにテキストを読み上げさせる
|
||||
lock: '!inline u/admin/alexa_speak.script.lock'
|
||||
kind: script
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
device:
|
||||
type: string
|
||||
description: デバイス名またはシリアル番号
|
||||
text:
|
||||
type: string
|
||||
description: 読み上げるテキスト
|
||||
required:
|
||||
- device
|
||||
- text
|
||||
Reference in New Issue
Block a user