26 lines
569 B
YAML
26 lines
569 B
YAML
summary: 鳩時計機能
|
|
description: ''
|
|
value:
|
|
modules:
|
|
- id: a
|
|
value:
|
|
type: rawscript
|
|
content: '!inline a.ts'
|
|
input_transforms:
|
|
device:
|
|
type: static
|
|
value: オフィスの右エコー
|
|
prefix:
|
|
type: static
|
|
value: 現在時刻は
|
|
suffix:
|
|
type: static
|
|
value: です
|
|
lock: '!inline a.lock'
|
|
language: bun
|
|
schema:
|
|
$schema: 'https://json-schema.org/draft/2020-12/schema'
|
|
type: object
|
|
properties: {}
|
|
required: []
|