Add KeepAlive duration to IaR struct and update related functionality; remove obsolete test file
All checks were successful
Golan Testing / testing (1.25.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-09-09 21:40:33 -04:00
parent 12ef7dbd73
commit cd17d3ae7f
5 changed files with 188 additions and 187 deletions

View File

@@ -30,7 +30,7 @@ type PagerGroup struct {
type TTDSetting struct {
KeySetting string `json:"keySetting"`
KeyValue string `json:"keyValue"`
KeyValue int `json:"keyValue,string"`
}
type AddAlert struct {