// Take a look at the license at the top of the repository in the LICENSE file.
usecrate::ComponentExt;#[doc=include_str!("../../md_doc/component.md")]pubstructComponent{}implComponentExt forComponent{fntemperature(&self)->f32{0.0}fnmax(&self)->f32{0.0}fncritical(&self)->Option<f32>{None}fnlabel(&self)->&str{""}fnrefresh(&mutself){}}