light/.args.yaml
2026-05-13 14:37:51 +08:00

26 lines
465 B
YAML

metrics:
-
key: serial
type: string
label: "智慧照明设备id"
config:
default: ""
maxlen: 20
-
key: device_uuid
type: string
label: "设备的uuid"
config:
default: ""
maxlen: 50
boot: "./boot.sh"
# stop can be used for execute stop action
stop: "./stop.sh"
# coll / collect for collection, has data upload
# stream has transform
# up / upload for data upload
service_type: "coll"
run_as_root: true