Created
October 9, 2024 13:54
-
-
Save adgedenkers/db638cbd9c2d2965122c530767c4c27c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manufacturer": "Samsung", | |
"product_type": "Household Microwave Oven", | |
"manufactured_in": "42000 Pelabuhan Klang, Selangor, W. Malaysia", | |
"manufacture_date": "March 2022", | |
"model_number": "ME19R7041FS", | |
"serial_number": "OBQKTVTT301045Z", | |
"power": { | |
"voltage": "120 Vac", | |
"frequency": "60 Hz", | |
"power_consumption": "1.7 kW", | |
"wattage": "1000W" | |
}, | |
"certifications": [ | |
"AHAM Verifide", | |
"UL Listed 727F" | |
], | |
"compliance": "This product complies with DHHS Rules 21 CFR Subchapter J", | |
"fcc_id": "A3LOT9R19M4C", | |
"features": { | |
"capacity": "1.9 cu. ft.", | |
"turntable_diameter": "14.2 inches", | |
"ventilation_system": { | |
"cfm": "400", | |
"speeds": 4 | |
}, | |
"interior_material": "Ceramic Enamel", | |
"control_type": "Touchpad", | |
"display": "LED", | |
"power_levels": 10, | |
"sensor_cooking": true, | |
"child_lock": true, | |
"eco_mode": true, | |
"cooktop_lighting": { | |
"type": "Halogen", | |
"settings": ["High", "Low", "Off"] | |
}, | |
"interior_lighting": "Incandescent", | |
"timer": true, | |
"defrost": true, | |
"preset_cooking_options": 12, | |
"removable_filter": true | |
}, | |
"dimensions": { | |
"product": { | |
"width": "29.9 inches", | |
"height": "17.1 inches", | |
"depth": "16.5 inches" | |
}, | |
"cavity": { | |
"width": "20.81 inches", | |
"height": "10.81 inches", | |
"depth": "14.56 inches" | |
}, | |
"shipping_dimensions": { | |
"width": "33.375 inches", | |
"height": "20.81 inches", | |
"depth": "19.375 inches" | |
} | |
}, | |
"weight": { | |
"product": "55.4 lbs", | |
"shipping": "62.4 lbs" | |
}, | |
"warranty": { | |
"parts": "1 year", | |
"labor": "1 year", | |
"magnetron": "10 years (parts only)" | |
}, | |
"color_options": ["Stainless Steel", "Black Stainless Steel", "White"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment