Skip to content

Commit

Permalink
Merge pull request #107 from NebraLtd/kashifpk/constants
Browse files Browse the repository at this point in the history
Initial constants in the constants package.
  • Loading branch information
Kashif Iftikhar authored Feb 1, 2022
2 parents 60acded + 77152da commit b0df773
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
Empty file.
11 changes: 11 additions & 0 deletions hm_pyhelper/constants/diagnostics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Keys that are expected to be in diagnostics report.
ECC_KEY = 'ECC'
ONBOARDING_KEY = 'onboarding_key'
ETH_MAC_ADDRESS_KEY = 'eth_mac_address'
WIFI_MAC_ADDRESS_KEY = 'wifi_mac_address'
PUBLIC_KEY = 'public_key'
BLUETOOTH_KEY = 'bluetooth'
VARIANT_KEY = 'VARIANT'
FREQUENCY_KEY = 'FREQ'
SERIAL_NUMBER_KEY = 'serial_number'
BALENA_DEVICE_ID_KEY = 'BALENA_DEVICE_UUID'
2 changes: 2 additions & 0 deletions hm_pyhelper/constants/shipping.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DESTINATION_NAME_KEY = 'shipping_destination_label'
DESTINATION_ADD_GATEWAY_TXN_KEY = 'shipping_destination_add_gateway_txn'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.4',
version='0.13.5',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit b0df773

Please sign in to comment.