Voice-Plugins/car-weather-skill/settingsmeta.yaml

15 lines
397 B
YAML
Raw Normal View History

2020-12-21 17:59:23 +01:00
skillMetadata:
sections:
- name: API Paths
fields:
- name: OSD_API
type: text
label: OSD API URL
value: "http://localhost:5050/send"
placeholder: "http://localhost:5050/send"
- name: CAR_API
type: text
label: Car API URL
value: "http://localhost:5000"
placeholder: "http://localhost:5000"