event and service sendpoints added

This commit is contained in:
2025-04-30 18:19:31 +03:00
parent 36e63960f8
commit e815251123
24 changed files with 441 additions and 79 deletions

View File

@@ -71,8 +71,8 @@ def build_living_space_create_callable(data: dict):
"info": {
"host": "example_host",
"user_agent": "example_user_agent",
},
}
},
}
BuildLivingSpaceCreateEvent.event_callable = build_living_space_create_callable
@@ -89,8 +89,8 @@ def build_living_space_update_callable(data: dict):
"info": {
"host": "example_host",
"user_agent": "example_user_agent",
},
}
},
}
BuildLivingSpaceUpdateEvent.event_callable = build_living_space_update_callable