***************************************************************************************************************************************
3.32.21	thermal		: Redfish thermal API.

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish thermal <fan | temp> [ID] [args...]

	[ID]		: The chassis resource ID in Redfish chassis collection (default will choose the first ID).

1.	<fan>		: Show all fans sensor information.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish thermal fan [ID]
	by nodefan	: java -jar GbtUtility-2.1.76.jar redfish thermal fan Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish thermal fan
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish thermal fan Self

2.	<temp>		: Show all temperatures sensor information.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish thermal temp [ID]
	by nodefan	: java -jar GbtUtility-2.1.76.jar redfish thermal temp Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish thermal temp
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish thermal temp Self
***************************************************************************************************************************************