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

22 lines
506 B
YAML

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