Remove DATASHEET from ProviderCapabilities because the Bürklin API doesn't include Datasheet URLs at the moment, more reverse engineering needed

This commit is contained in:
Marc Kreidler 2025-12-07 20:21:52 +01:00
parent cc3fbce962
commit 17448b324d

View file

@ -536,7 +536,7 @@ class BuerklinProvider implements InfoProviderInterface
return [
ProviderCapabilities::BASIC,
ProviderCapabilities::PICTURE,
ProviderCapabilities::DATASHEET,
//ProviderCapabilities::DATASHEET, //currently not implemented
ProviderCapabilities::PRICE,
ProviderCapabilities::FOOTPRINT,
];