diff --git a/generator/src/main/kotlin/messages.kt b/generator/src/main/kotlin/messages.kt index be1256c..4a4a83b 100644 --- a/generator/src/main/kotlin/messages.kt +++ b/generator/src/main/kotlin/messages.kt @@ -1,6 +1,16 @@ import io.github.wulkanowy.messages.pojo.* val messages = listOf( + Message( + id = 27, + title = "UWAGA", + content = "System UONET+ ma obecnie problemy techniczne. W tym czasie może wyświetlać się komunikat o trwającej przerwie technicznej. Prosimy o cierpliwość i spróbowanie ponownie później", + priority = MessagePriority.MEDIUM, + type = MessageType.DASHBOARD_MESSAGE, + targetRegisterHost = RegisterAddress.VULCAN.url, + isDismissible = false, + isVisible = true, + ), Message( id = 26, title = "UWAGA",