Skip to content

Commit

Permalink
change id to sn
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Mar 1, 2024
1 parent 8c9d1fe commit 26d057e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions robot-server/simulators/test-flex.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"attached_modules": {
"thermocycler": [
{
"serial_number": "123",
"items": [{
"function_name": "set_temperature",
"kwargs": {
"temperature": 3,
Expand All @@ -28,10 +30,30 @@
"kwargs": {
"temperature": 4
}
}]
}
],
"heatershaker": [],
"tempdeck": [
{
"serial_number": "temp-123",
"items": [
{
"function_name": "start_set_temperature",
"kwargs": {
"celsius": 3
}
},
{
"function_name": "await_temperature",
"kwargs": {
"awaiting_temperature": null
}
}
]},
{
"serial_number": "temp-1234",
"items": [
{
"function_name": "start_set_temperature",
"kwargs": {
Expand All @@ -44,14 +66,19 @@
"awaiting_temperature": null
}
}
]}
],
"magdeck": [
{
"serial_number": "temp-123",
"items": [
{
"function_name": "engage",
"kwargs": {
"height": 4
}
}
]}
]
}
}

0 comments on commit 26d057e

Please sign in to comment.