Skip to content

Commit

Permalink
Update poll times
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jan 8, 2024
1 parent 3ed5eb7 commit afabd05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/i2c/vl53l0x/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"displayName": "ToF Sensor",
"sensorType": "proximity",
"defaultPeriod": 900
"defaultPeriod": 30
}
]
}
2 changes: 1 addition & 1 deletion components/i2c/vl53l1x/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"displayName": "ToF Sensor",
"sensorType": "proximity",
"defaultPeriod": 900
"defaultPeriod": 30
}
]
}
2 changes: 1 addition & 1 deletion components/i2c/vl53l4cd/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"displayName": "ToF Sensor",
"sensorType": "proximity",
"defaultPeriod": 900
"defaultPeriod": 30
}
]
}
2 changes: 1 addition & 1 deletion components/i2c/vl53l4cx/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"displayName": "ToF Sensor",
"sensorType": "proximity",
"defaultPeriod": 900
"defaultPeriod": 30
}
]
}
2 changes: 1 addition & 1 deletion components/i2c/vl6180x/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"displayName": "ToF Sensor",
"sensorType": "proximity",
"defaultPeriod": 900
"defaultPeriod": 30
},
"light"
]
Expand Down

0 comments on commit afabd05

Please sign in to comment.