Avalanche powered by Wavelink

> Devices > Mobile Devices > Creating Blackout Times

This page refers to an older version of the product.
View the current version of the User Guide.

Creating Blackout Times

Blackout times can be specified on managed Android devices to prevent Avalanche Agent tasks from performing while a device is in use. When blackout times are in effect, the agent cannot sync with Avalanche and will not apply any new profile settings or payloads until after blackout conditions are returned as false. These blackout periods are specified by adding the wavelink_blackout.ini file to devices with desired blackout conditions.

If no blackout file is found on the device, then Avalanche will not apply blackout times.

You can specify blackout times in three ways:

Time duration. By specifying a start and end time, you can determine hours during which syncs cannot be performed. These times must be entered in 24-hour format with both start and end periods included. For example:

start=08:00

end=14:00

Network information. By specifying values for network connectivity via WiFi, cellular, and ethernet, you can determine how blackouts are applied. If no time duration is applied, then blackouts will always apply based on the network connection. The values for each of these network types is specified as a simple true or false value. A value of true will enforce the blackout period while the device is connected to the specified network type. For example:

network_wifi=true

network_cellular=false

network_ethernet=true

Power information. By specifying battery levels and if the battery is charging, you can determine when blackouts should apply. Battery levels are measured by percent, whereas power charging is a simple true or false value. A value of true will enforce the blackout period while the device is in the cradle. A value of false will enforce the blackout while the device is not in the cradle. For example:

min_battery=50

power_charging=false

All of these attributes can be combined to create specific blackout conditions.

All blackout times are overridden in the event of a device being powered on. Powered-on devices will automatically override blackout settings and sync with Avalanche, unless you manually set syncing on power.

To set blackout times:

1.Create a text file and save it as wavelink_blackout.ini.

2.Enter the desired blackout settings based on the options above. Save the file.

3.From the Avalanche Console, navigate to the Profiles screen.

4.Click New Payload > Android > File.

5.Enter a payload name and upload the file.

6.Attach the payload to a profile and deploy it to your enrolled devices.

The new blackout settings are applied based on the attributes and values you set in the file.

To set blackout status on the Inventory screen:

1.Navigate to the Inventory screen.

2.Click the Edit Columns button.

3.Click Add Custom. The Modify Columns dialog appears.

4.Enter the following details:

Property key: blackout.status

Column title: Blackout

Data type: String

Tool tip: Blackout times are enabled.

5.Click Save.

6.Under Available Column, select the newly-created Blackout item and move it to the Selected Columns list.

7.Click Save.

The blackout status of each device is specified on the Inventory screen. Devices with blackout times specified on the wavelink_blackout.ini will display as true, whereas devices with no times or file located on the device will display as false.


This page refers to an older version of the product.
View the current version of the User Guide.

The topic was:

Inaccurate

Incomplete

Not what I expected

Other