Skip to content

Commit 8cb0878

Browse files
authored
Merge pull request #619 from bosh/no_audit_tag
Auditor sample and tag updates
2 parents 6a05dcf + 688b632 commit 8cb0878

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

docs/config/auditor.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,22 @@ file.)
2323

2424
``` yaml
2525
auditor:
26-
save_events: ball_ended game_ended
27-
audit: shots switches events player
28-
events: ball_search_begin machine_init_phase_1 game_started game_ended machine_reset
29-
player: score
30-
num_player_top_records: 10
26+
save_events:
27+
- game_started
28+
- ball_ended
29+
- game_ended
30+
num_player_top_records: 10
31+
audit:
32+
- shots
33+
- switches
34+
- events
35+
- player
36+
events:
37+
- game_started
38+
- game_ended
39+
player:
40+
- score
41+
3142
```
3243

3344
## Optional settings

docs/config/ball_devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Special-purpose tags for ball devices include:
622622
device receiving balls from the playfield which it then immediately
623623
kicks over to a "trough" device which holds the balls that are not
624624
in play.
625-
\+ `no-eject-on-ballsearch` - Specifies that this device should
625+
* `no-eject-on-ballsearch` - Specifies that this device should
626626
never attempt to eject a ball as a result of ball search, even when
627627
idle and containing no balls.
628628

docs/config/switches.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ Special-purpose tags for switches include:
291291
and [flipper_cancel](../events/flipper_cancel.md) events if your cabinet flipper buttons are tagged with
292292
their respective flippers. With MPF 0.80, the built-in high_score mode and slide hook onto these two flipper tags
293293
to control character selection and submission.
294+
* `no_audit` and `no_audit_free` - The MPF switch auditor will not create audits for switches using these tags.
295+
The `no_audit` will exclude the switch in all cases, and `no_audit_free` will only exclude the switch while in free play.
294296

295297
#### Tags for optional built-in modes
296298

0 commit comments

Comments
 (0)