Files
windmill/workflows/u/admin/alexa_speak.script.yaml
2026-03-02 12:00:01 +00:00

23 lines
533 B
YAML

summary: Echo デバイスに TTS で読み上げ
description: 指定した Echo デバイスにテキストを読み上げさせる
lock: '!inline u/admin/alexa_speak.script.lock'
kind: script
schema:
type: object
properties:
args:
type: object
description: ''
default: null
properties:
device:
type: string
description: ''
originalType: string
text:
type: string
description: ''
originalType: string
required:
- args