ENERGY STAR Certified Light Fixtures - Downlights
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_light_fixtures_downlights
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_light_fixtures_downlights
Certified models meet all ENERGY STAR requirements as listed in the Version 1.0 ENERGY STAR Program Requirements for Downlights. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/light_fixtures/downlight_key_product_criteria .
Organization: U.S. Environmental Protection Agency
Last updated: 2024-12-07T00:31:13.272583
Tags: downlight-retrofit-kits, downlights, light-fixtures
CREATE TABLE table_1 (
"energy_star_unique_id" BIGINT,
"energy_star_partner" VARCHAR,
"brand_name" VARCHAR,
"model_name" VARCHAR,
"model_number" VARCHAR,
"additional_model_information" VARCHAR,
"upc" VARCHAR,
"indoor_outdoor" VARCHAR,
"fixture_type" VARCHAR,
"total_light_output_lumens" BIGINT -- Total Light Output (lumens),
"total_input_power_watts" DOUBLE -- Total Input Power (Watts),
"energy_efficiency_lumens_watt" DOUBLE -- Energy Efficiency (lumens/Watt),
"appearance_correlated_color_temperature_kelvin" VARCHAR -- Appearance/Correlated Color Temperature (Kelvin),
"color_quality_cri" BIGINT -- Color Quality (CRI),
"light_source_life_hours" BIGINT -- Light Source Life (hours),
"standby_power_consumption_watts" DOUBLE -- Standby Power Consumption (Watts),
"connected_capable" VARCHAR,
"connects_using" VARCHAR,
"network_security_standards" VARCHAR,
"can_size_s_inches" BIGINT -- Can Size(s) (inches),
"can_rating_s" VARCHAR -- Can Rating(s),
"light_source_connection_base_type" VARCHAR,
"power_factor" DOUBLE,
"special_features" VARCHAR,
"notes" VARCHAR,
"date_available_on_market" TIMESTAMP,
"date_certified" TIMESTAMP,
"markets" VARCHAR,
"cb_model_identifier" VARCHAR
);Anyone who has the link will be able to view this.