feat: 为各设备实体模型新增writeCommunity字段
在各设备实体接口文件中添加writeCommunity字符串字段
This commit is contained in:
@@ -21,6 +21,7 @@ export interface NdmSecurityBox extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ export interface NdmSwitch extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ export interface NdmNvr extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ export interface NdmCamera extends BaseModel {
|
|||||||
deviceType: string;
|
deviceType: string;
|
||||||
cameraType: string;
|
cameraType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ export interface NdmDecoder extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ export interface NdmKeyboard extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export interface NdmMediaServer extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export interface NdmVideoServer extends BaseModel {
|
|||||||
deviceStatus: string;
|
deviceStatus: string;
|
||||||
deviceType: string;
|
deviceType: string;
|
||||||
community: string;
|
community: string;
|
||||||
|
writeCommunity: string;
|
||||||
frontendConfig: string;
|
frontendConfig: string;
|
||||||
linkDescription: string;
|
linkDescription: string;
|
||||||
snmpEnabled: boolean;
|
snmpEnabled: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user