Recently, there has been a buzz all over the world about Fingerbot from Adaprox. Fingerbot can switch lights via app, activate vacuum with voice, and remotely power on your office PC. Fingerbot can remotely control various switches and buttons.
The most impressive thing about Fingerbot is that it can make the original non-smart devices Smart at a Low Cost.
Fingerbot can help you achieve the following features.
Remote control: When you are out exercising, you can remotely control the air conditioner at home through the app. You will be greeted with a comfortable room temperature when you arrive at home.
Voice control: When watching a drama on the sofa, you can remotely control the robot vacuum by voice.
Timing: A cup of coffee is ready for you every morning, getting you energized for the day ahead. Put water in the tub for you every night in advance, relieving you from a hard day.
Why is Fingerbot so powerful?
Fingerbot is backed by Tuya Cloud Development Platform, an open IoT cloud platform from Tuya Smart. This platform provides various cloud services including OpenAPI for application developers, equipment manufacturers, and solution providers, covering common capabilities for core scenarios such as device control, smart home, and, scene automation.
All IoT devices connected to Tuya IoT Cloud can be controlled by the cloud through authorization and API calls. You can implement the development of internal business logic by calling APIs. Device status listening is opened in the form of message queues to enable the third-party developers to monitor device status and to achieve the linkage between different devices.
The basic function of a gateway is to convert the communication protocols to achieve communication between devices with different protocols. Cloud connection capability and protocol type are two basic attributes of the gateway.more
Fingerbot is the tool which can make the original non-smart devices Smart with Remote control, Voice control, Timing features at a Low Cost.more
device_id
of Fingerbot to clipboard for later use.
Call the Get device details API to get the current status of the device.
Note: Click the View Document tab to view the parameter description.
device_ids
field.In the Device Control section, call the Get the instruction set supported by the device API to get the instructions supported by the device.
In the Device Control section, call the Control Device API to send a switch
command. Fingerbot is turned on or off.
{ "code": "switch", "value":true }
{ "code": "switch", "value":false }
You can also use the Control Device API to set the timing and working mode of Fingerbot. The example instructions are as follows:
{"code": "mode","value":click}
{"code": "mode","value":switch}
For more control instructions, please refer to the Get the instruction set supported by the device API.
After linking Fingerbot to the Tuya Smart app [iOS|Android], you can view device information or update device settings on the App interface.
Is this page helpful?
YesSuggestions