Slaves forward configured tap kinds to the master; goTool exposes CLI, dashboard, REST, and WebSocket with separate notify vs receive and 2s display cache. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
101 B
C
7 lines
101 B
C
#ifndef CMD_TAP_SNAPSHOT_H
|
|
#define CMD_TAP_SNAPSHOT_H
|
|
|
|
void cmd_tap_snapshot_register(void);
|
|
|
|
#endif
|