Skip to content

App Config

Follow

Several app-based settings can be managed in the "app.config.ts" file, which is under hamv_mobile/src/app/.

Details

Steps

  1. appEngine: This field is used to set up the cloud services.
    • solutionHost: (Required) The solution the app connects to for cloud services.
    • productHost: (Required) This is MQTT service host that would be sent to device when provsioning.
  2. hockeyApp: The HockeyApp account keys used to distribute apps via HockeyApp. For more information, see HockeyApp.
  3. mixpanel: The Mixpanel token used to track user behavior data to Mixpanel. For more information, see Mixpanel
  4. group: (Required) Used to set UI limits for groups.
    • max: The maximum limit for the number of groups your users can add.
    • devices: The maximumlimit for the number of devices your users can have in a group. If user exceeds this limit, an alert pop up will be shown on the app and the action will be reverted.
  5. schedule: (Required) Used to set UI limits for schedules.
    • max: Modify the maximum limit for the number of schedules your user can have per device.
  6. theme: Used to set up the general app theme.

    Note

    Your Admin site Theme settings will overwrite the values set here.

    • color: Change the primary color of your app.
    • productName: Change the product name of your app.
    • wifiName: Represents the Wi-Fi name shown under the "Add Device" page.
  7. support: Used to set up customer support settings.

    • email: The support email address used for end-users to send feedback.
  8. disableLog: Used to enable/disable the end-user feedback and logging feature.
  9. logConfig: Used to set up the end-user feedback and logging feature.

    • recordLimit: The number of debug logs the app will store. The recommended setting of 10,000 is to ensure a smaller file size for the end-user.

    Note

    If you want to publish your mobile App, please disable this logging feature.

  10. amazonAlexa: Used to set up the Amazon Echo page.

    • skillName: Represents the Amazon Alexa skill name shown under the "Amazon Echo" page.
  11. googleHome: Used to set up the Google Home page.
    • ghName: Represents the Google Home action name shown under the "Google Home" page.

For questions and more information on the ExoHome™, visit our support site.

Have more questions? Submit a request


Last update: July 20, 2021