maubot-plugin-ultimaker/me.s3lph.ultimaker/base-config.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-01-16 19:58:36 +01:00
webhook:
room: '#foo:example.org'
cache: 'ultimaker.cache.json'
ultimaker:
api: http://ultimaker.example.org/
camera_id: 0 # Set to null to disable sending a photo
# camera dimensions
camera_width: 640
camera_height: 480
messages:
_camera_disabled: |-
Ultimaker camera is disabled
_unreachable: |-
Ultimaker is unreachable, probably powered off.
state_messages:
booting: |-
Ultimaker is booting.
idle: |-
Ultimaker is idle.
# In printing state, you can use {job_name}, {job_state} and {job_progress}
printing: |-
Ultimaker is printing "{job_name}", {job_progress}% done.
error: |-
Ultimaker has experienced an error.
maintenance: |-
Ultimaker requires maintenance.
job_messages:
# You can use the following fields:
# {job}: Name of the print job
# {state}: State of the print job
# {duration}: Duration of the print job
_error: |-
Ultimaker is idle or powered off.
wait_cleanup: |-
Ultimaker print job "{job}" has finished after {duration}!
wait_user_action: |-
Ultimaker print job "{job}" requires user interaction.