Missing Method in ProductsController

Error: The action controls-and-thermostats is not defined in controller ProductsController

Error: Create ProductsController::controls-and-thermostats() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function controls-and-thermostats() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp