1 2 3 4 5 6 7 8 9 10 11 12 13
|
# Example .env file for EnergyID Webhooks usage
# You need to provide a provisioning key and secret, which can be obtained from the EnergyID website.
# These are required for authenticating and provisioning devices.
PROVISIONING_KEY=101010101010
PROVISIONING_SECRET=101010101010101010101010101010101010
# Optionally, you can provide the details of an existing device if you want to reuse it.
# If these are not provided, a new device will be generated.
# ENERGYID_DEVICE_ID=MY_DEVICE_ID
# ENERGYID_DEVICE_NAME=MY_FRIENDLY_DEVICE_NAME
|