diff --git a/mipac/types/antenna.py b/mipac/types/antenna.py index 036deb9..da71f9a 100644 --- a/mipac/types/antenna.py +++ b/mipac/types/antenna.py @@ -1,6 +1,6 @@ from typing import Literal, TypedDict -IAntennaReceiveSource = Literal["home", "all", "users", "list"] +IAntennaReceiveSource = Literal["home", "all", "users", "list", "users_blacklist"] class IAntenna(TypedDict):