Allow MANUAL and RATE_PLAN rate sources
All checks were successful
build-and-deploy / build-deploy (push) Successful in 2m35s

This commit is contained in:
androidlover5842
2026-01-29 12:01:33 +05:30
parent 92bc2c40a3
commit ff01f0ab18
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
package com.android.trisolarisserver.models.room
enum class RateSource {
MANUAL,
PRESET,
RATE_PLAN,
NEGOTIATED,
OTA
}