Skip to content

Commit

Permalink
test namespace changing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 committed Jul 10, 2024
1 parent 6cdb24e commit fc13ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"module_id": "michaellee1019:i2cdetect",
"visibility": "private",
"visibility": "public",
"url": "https://github.com/michaellee1019/i2cdetect",
"description": "A Viam module that returns all active i2c addresses as sensor values. Useful for troubleshooting wiring and connection issues without having to install software or SSH into the device.",
"models": [
Expand Down
2 changes: 1 addition & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import smbus2

class i2cdetect(Sensor):
MODEL = "michaellee1019:i2cdetect:i2cdetect"
MODEL = "viam-dev-staging:i2cdetect:i2cdetect"
i2c_bus = None

@classmethod
Expand Down

0 comments on commit fc13ec5

Please sign in to comment.