Dates: March 13, 2024 - March 18, 2024
Esper Agent Version: 7.16.0201
Bug Fixes and Improvements
- Remote Viewer will now switch to data saver mode if it detects issues during a session. Previously, certain devices showed a blank screen during a session. Now, Remote Viewer will automatically switch to data saver mode and attempt to connect with the device once again.
- We fixed Google Play Store app uninstallations during a converge command.
- We fixed an issue where provisioning would fail on certain devices when installing a Google Play and enterprise app. We’ve now implemented stronger checks to guard against such failures.
- We’ve addressed blueprint errors during a converge command by introducing more checks to catch queued tasks. This should improve performance when converging devices.
- We fixed an issue where devices asked users to set a password even if the blueprint failed to apply its settings and reverted. Now, if a revert happens, the previous blueprint version will be applied to the device.
- We extended the timeout for install commands to one hour.
- We’ve resolved an issue where users received a 400 error when sending Wi-Fi API commands with an EAP security type. Users will now be able to send Wi-Fi commands with the EAP security type through the API.
Here’s an example of what you can do through the API:
POST `https://{tenant_name}-api.esper.cloud/api/v0/enterprise/{enterprise_id}/wifi_details/`
Sample JSON body:
{
"command_type": "DEVICE",
"command_args": {
"wifi_access_points": [
{
"wifi_ssid": "sample",
"wifi_password": "1234",
"wifi_security_type": "EAP",
"wifi_phase2_auth": "MSCHAPV2",
"wifi_eap_method": "PEAP",
"identity": "test",
"anonymous_identity": "test",
"hidden": false
}
]
},
"devices": [
"device_id"
],
"groups": [
"group_id"
],
"device_type": "all",
"command": "ADD_WIFI_AP"
}
We’re excited to launch DevRel 133 over the coming days, and the Esper team is hard at work on the next release. Please contact Esper Support to share your thoughts on how Esper can improve future releases.