Skip to content

Commit

Permalink
Make report_online_status default to False for auto provisioned devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Jun 4, 2024
1 parent 778b772 commit 1d1d565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memberportal/api_access/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def connect(self):
"description": "New device that is yet to be setup.",
"serial_number": device_id,
"hidden": True,
"report_online_status": False,
}

# Get or create the device object and check it in
Expand Down

0 comments on commit 1d1d565

Please sign in to comment.