Merge branch 'main-v2' into lichang

This commit is contained in:
TsMask
2025-06-27 14:16:19 +08:00
14 changed files with 64 additions and 38 deletions

View File

@@ -163,16 +163,17 @@ omc:
# 4:BINARY8BIT2, 6:CYRILLIC, 7:HEBREW, 8:UCS2
alarm:
alarmEmailForward:
enable: true
emailList:
enable: false
emailList: ""
title: "Alarm from OMC"
smtp: mail.smtp.com
port: 25
user: smtpext@smtp.com
password: "1000smtp@omc!"
tlsSkipVerify: true
alarmSMSForward:
enable: true
mobileList:
enable: false
mobileList: ""
smscAddr: "192.168.13.114:2775"
systemID: "omc"
password: "omc123"

View File

@@ -35,6 +35,13 @@ omc:
filter: "true;false"
display: "Enable"
comment: "Is it enabled forward alarm with Email interface"
- name: "title"
type: "string"
value: ""
access: "rw"
filter: "0~64"
display: "Email Title"
comment: "string, no variable support"
- name: "emailList"
type: "string"
value: ""