Skip to content

Commit

Permalink
Update setProductionState.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kickingsawdust authored Oct 7, 2024
1 parent d82d57c commit 9ae2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/setProductionState.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
router = 'DeviceRouter'
method = 'setProductionState'

usage = '%s <device_id> <device_class_name>' % (sys.argv[0])
usage = '%s <device_id> <production_state_numeric_value>' % (sys.argv[0])


def fail():
Expand Down

0 comments on commit 9ae2dbc

Please sign in to comment.