Skip to content

Commit

Permalink
Merge pull request #38 from TheTrackerCouncil/disconnect-limit-message
Browse files Browse the repository at this point in the history
Add message for the auto tracker disconnect limit
  • Loading branch information
MattEqualsCoder authored Dec 25, 2024
2 parents d25a18a + 9ce5329 commit 1dae9ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Profiles/Default/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ AutoTracker:
- Text: Auto tracker connected
WhenDisconnected:
- Text: Auto tracker disconnected
WhenDisconnectLimitReached:
- Text: Auto tracker connection could not be established. Please ensure the correct rom is loaded and any required software is running, then re-enable auto tracking.
GameStarted:
- Text: Incoming PB for seed {0}
GameStartedMultiplayer:
Expand Down
1 change: 1 addition & 0 deletions Profiles/Templates/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Chat:
AutoTracker:
WhenConnected:
WhenDisconnected:
WhenDisconnectLimitReached:
GameStarted:
GameStartedMultiplayer:
GameStartedNonCas:
Expand Down
11 changes: 11 additions & 0 deletions Schemas/responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,17 @@
}
]
},
"WhenDisconnectLimitReached": {
"description": "Gets the phrases to respond when the Auto Tracker has been stuck in a connect/disconnect loop and has given up on trying to connect.",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/SchrodingersString"
}
]
},
"GameStarted": {
"description": "Gets the phrases to respond with when the game is started.",
"oneOf": [
Expand Down

0 comments on commit 1dae9ef

Please sign in to comment.