forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.yaml
More file actions
43 lines (42 loc) · 1.11 KB
/
Copy pathspec.yaml
File metadata and controls
43 lines (42 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
api_name: fellow-stagg-ekg
display_name: Fellow Stagg EKG
kind: internal
base_path: /cli
transport: http
commands:
- name: state
command: state
description: Fetch the kettle state.
- name: settings
command: prtsettings
description: Fetch the kettle settings.
- name: clock
command: prtclock
description: Fetch the kettle clock.
- name: info
command: fwinfo
description: Fetch firmware info.
- name: heat
command: setstate S_Heat
description: Start heating.
- name: off
command: setstate S_Off
description: Turn the kettle off.
- name: set-temp
command: setsettingd settempr
description: Set the target temperature.
- name: units
command: setunitsc / setunitsf
description: Switch the display units.
- name: button
command: 1 / 2 / 1d / 1u / 2d / 2u
description: Press or release the kettle buttons.
- name: dial
command: left / right
description: Rotate the kettle dial.
- name: beep
command: buz sos
description: Trigger the buzzer.
- name: raw
command: arbitrary
description: Send any supported kettle command string.