Browse Source

add ups_offline in typeUPSEnums_t

balbekova 5 years ago
parent
commit
14b09899dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/settings_api.h

+ 1 - 0
modules/settings_api.h

@@ -253,6 +253,7 @@ typedef struct
 typedef enum{
 	ups_kestar,
 	ups_voltronic,
+  ups_offline,
 
 	type_ups_max
 } typeUPSEnums_t;