Skip to content

Commit

Permalink
Merge pull request #115 from gisce/imp_add_meter_event_10
Browse files Browse the repository at this point in the history
IMP - Add meter group 10 and its subgroup 1
  • Loading branch information
tinogis authored Oct 3, 2024
2 parents f7eb8c6 + b781e05 commit bd3c6b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion primestg/event_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
(6, 'Grupo 6 - Alta ocurrencia'),
(7, 'Grupo 7 - Seguridad'),
(8, 'Grupo 8 - Fugas a tierra'),
(9, 'Grupo 9 - Calidad de suministro')
(9, 'Grupo 9 - Calidad de suministro'),
(10, 'Grupo 10 - Estado de conexión'),
]

# meter events
Expand All @@ -20,6 +21,7 @@
(5, 'Grupo 5 - Gestión de la demanda'),
(6, 'Grupo 6 - Alta ocurrencia'),
(7, 'Grupo 7 - Seguridad'),
(10, 'Grupo 10 - Estado de conexión'),
]

# cnc events
Expand Down Expand Up @@ -327,6 +329,8 @@
11: 'Error en el cifrado y autenticación de los mensajes',
12: 'Error en el password LLS',
13: 'Error en el cambio de Security policy',
}, 10: {
1: 'Cambio de estado',
}}

dc_events = {1: {
Expand Down

0 comments on commit bd3c6b4

Please sign in to comment.