ADD - add SkyPhone banking app

Includes the required banking configuration, SQL migration, and English locale entries.
This commit is contained in:
Type
2026-08-06 17:35:59 +02:00
parent 5471040dd8
commit f79400a691
22 changed files with 1663 additions and 16 deletions
+10 -2
View File
@@ -14,8 +14,8 @@ Config.Bridge = {
Config.Command = "phone"
Config.Phone = {
Item = "sky_phone",
DevelopmentCommand = false,
Item = "phone",
DevelopmentCommand = true,
DeviceName = "iFruit Phone",
}
@@ -46,3 +46,11 @@ Config.Mail = {
PageSize = 50,
AuthAttemptsPerMinute = 5,
}
Config.Banking = {
Currency = "$",
MinimumAmount = 1,
MaximumAmount = 1000000,
ActionsPerMinute = 12,
HistoryLimit = 50,
}