firmware: migrate cargo controller to LilyGO T-Relay S3
This commit is contained in:
@@ -134,8 +134,8 @@ def test_status_fixture_matches_dashboard_contract_shape():
|
||||
"online",
|
||||
"temperature_f",
|
||||
])
|
||||
assert payload["hardware_profile"] == "generic_esp32_2ch_relay"
|
||||
assert payload["output_count"] == 2
|
||||
assert payload["hardware_profile"] == "lilygo_t_relay_s3_6ch"
|
||||
assert payload["output_count"] == 6
|
||||
assert_keys(payload["relays"][0], [
|
||||
"id",
|
||||
"name",
|
||||
@@ -180,8 +180,8 @@ def test_config_fixture_matches_current_config_response_shape():
|
||||
"temperature_sensor_count",
|
||||
"temperature_sensors",
|
||||
])
|
||||
assert payload["hardware_profile"] == "generic_esp32_2ch_relay"
|
||||
assert payload["output_count"] == 2
|
||||
assert payload["hardware_profile"] == "lilygo_t_relay_s3_6ch"
|
||||
assert payload["output_count"] == 6
|
||||
assert_keys(payload["relays"][0], [
|
||||
"id",
|
||||
"name",
|
||||
|
||||
Reference in New Issue
Block a user