Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

1240055 MICROSWITCH ROLD 12A 250V

Original price $20.00 - Original price $20.00
Original price
$20.00
$20.00 - $20.00
Current price $20.00

Microswitch Rold 12A 250V – SKU: 1240055

The Rold Microswitch 12A 250V (SKU: 1240055) is a high-quality replacement component commonly used in espresso machines and various home or commercial appliances. Engineered for precision and durability, this microswitch is designed to handle high-voltage operation and repeated mechanical cycles.

  • Rating: 12A at 250V AC
  • Type: SPDT (Single Pole Double Throw)
  • Applications: Espresso machines, coffee brewers, kitchen appliances, and more
  • Reliable operation with long mechanical life
  • Compact size for easy installation in tight spaces

This OEM-quality microswitch is ideal for service technicians and DIY repairs, helping restore proper operation to your equipment.

Compatible with: Multiple commercial and domestic coffee machine brands – please confirm specifications before purchase.

SKU: 1240055

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "8062873207036", item_name: "1240055 MICROSWITCH ROLD 12A 250V", price: 20, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("🛒 add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout