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