Added definitions for firewall filters #92

This commit is contained in:
tomaae 2021-04-12 11:38:16 +02:00
parent 4376e9c75c
commit ccdad5f504
3 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,8 @@ from .const import (
DEFAULT_SENSOR_NAT,
CONF_SENSOR_MANGLE,
DEFAULT_SENSOR_MANGLE,
CONF_SENSOR_FILTER,
DEFAULT_SENSOR_FILTER,
CONF_SENSOR_KIDCONTROL,
DEFAULT_SENSOR_KIDCONTROL,
CONF_SENSOR_PPP,
@ -92,6 +94,7 @@ class MikrotikControllerData:
"nat": {},
"kid-control": {},
"mangle": {},
"filter": {},
"ppp_secret": {},
"ppp_active": {},
"fw-update": {},