google Local home local SDK Device Discovery - google-smart-home

Is there any Local Home SDK Sample that support BT BLE for Device Discovery?
I know there has a SDK that support Device Discovery UDP, mDNS, or UPnP.
I can not find the SDK can supprot BT BLE for DeviceDiscovery
Does anyone have idea?
Thanks!!

Seamless setup is the feature you're looking for. Once you enable this capability in the console for your Action, you will be able to set BLE as the scan configuration. The BleScanData reference page should also help you get started.

Related

View headers on iphone

I have been trying to view the headers of a website on Iphone. I cannot figure out a way to see the headers on Iphone safari. Anybody got any solutions?
Please checkout the step-by-step documentation on Browserstack. It shows how to enable and make use of the Safari Developer Tools.
Make sure you connect your iOS device to your computer (by USB is recommended) in order to be able to allow your computer to directly communicate with the iOS device.

ReNative Tizen Devices

I'm trying to launch my TV app on Samsung Tizen device but after launching it successfully it's giving me the following issue.
unable to load the page 192.168.52.1:8087 maybe temporarily down or moved at a new url.
What would be the issue?
Thanks
Please specify better your scenario. You are talking about launch your Tizen Smart TV App (which Tizen version?) but also you are trying to open a web service in a private IP location (192.168.52.1:8087).
Review Tizen smart TV specifications due all apps must be loaded from local resources (built-in wgt package)
Best regards

Does anyone know if webdriver-io can be used with AWS device farm ? How to set it up?

I am trying to setup e2e for my react apps using AWS Device Farm Browser Testing, I can see it supports selenium-remote-web-driver on documentation but I am interested on knowing if I can use webdriver-io and execute my tests on device farm ?
I can’t find a service runner available for device-farm ? Aren’t there any yet ?
Assuming it is just as any other cloud web and mobile testing platform like browserstack and saucelab, it is possible to do it.
Reference: https://kapoorlakshya.github.io/executing-webdriverio-browser-tests-aws-device-farm
As mentioned by another user this reference example looks very good. In AWS Device Farm Desktop Browser Testing documentation also there is one small example on how to configure web driver io. Check this link

View nearby BLE devices

I'd like to find any BLE devices within range of a Garmin ConnectIQ enabled watch.
Is there anyway on a Garmin ConnectIQ device (e.g. Forerunner 235) to scan for nearby BLE devices?
There is no way to do this using the existing watch API calls as of ConnectIQ SDK 2.2.1 which was released on November 8, 2016. Instead you would have to write a companion mobile app (for Android and/or iOS) which you would then use to find nearby devices. The mobile app could then pass on whatever information needed and in turn carry out actions based on input from the watch.
See more details on companions apps here:
https://developer.garmin.com/connect-iq/programmers-guide/android-sdk-guide/
https://developer.garmin.com/connect-iq/programmers-guide/ios-sdk-guide/

How to access files and folders for uwp app on a mobile device

How can app files be accessed for uwp apps on a mobile device. This tutorial, https://blogs.windows.com/buildingapps/2016/06/08/using-the-app-file-explorer-to-see-your-app-data/, explains using App File explorer. I follow the steps, enabling device portal and device discovery. With the IP address of the phone I can't connect to the phone from Google Chrome because of security. Microsoft edge allows me to connect with the pin after a warning about the security certificate but the phone does not show a new pairing , and the device portal only has a few of the options from the tutorial, not File Explorer (http://imgur.com/a/likYI).
Connecting by usb does not show app folders (http://imgur.com/a/YBejt)
Thank you.
Please check your Mobile OS version and upgrade to the latest RTM
And you can also use Device Portal core REST API
For example:
Get known folders - Obtain a list of accessible top-level folders.
Method | Request URI
-------|------------
GET | /api/filesystem/apps/knownfolders
I upgraded and can now access File explorer with Edge. But not by usb, is that normal?
Please follow this guidance to Set up device portal on Windows Phone

Resources