pub async fn get_linky_device(
auth: AuthenticatedUser,
path: Path<Uuid>,
state: Data<AppState>,
) -> Result<HttpResponse>Expand description
Get Linky device for a building
GET /api/v1/iot/linky/buildings/{building_id}/device
pub async fn get_linky_device(
auth: AuthenticatedUser,
path: Path<Uuid>,
state: Data<AppState>,
) -> Result<HttpResponse>Get Linky device for a building
GET /api/v1/iot/linky/buildings/{building_id}/device