Fix capitalization in get_display_data
This commit is contained in:
@@ -175,13 +175,13 @@ impl DeviceState {
|
|||||||
!self.can_set_automatic_shutdown,
|
!self.can_set_automatic_shutdown,
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"pairing info:",
|
"Pairing info:",
|
||||||
self.pairing_info.map(|c| c.to_string()),
|
self.pairing_info.map(|c| c.to_string()),
|
||||||
"",
|
"",
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"product color:",
|
"Product color:",
|
||||||
self.product_color.map(|c| c.to_string()),
|
self.product_color.map(|c| c.to_string()),
|
||||||
"",
|
"",
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user