User

Technical Support

Member since
Total activity 37
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 18

Articles

Recent activity by Technical Support

  • Activate Xthings OpenAPI to update the app in version 3.5.5

    To access the Xthings OpenAPI or API credentials, update your Xthings Home(Formerly U home) App to version 3.5.5. Once the update is complete, you can enable the API directly within the App. Please...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • What is Xthings OpenAPI

    The Xthings OpenAPI enables your application to quickly connect to U-tec-related devices, including WiFi locks, smart plugs, smart switches, and lights. After integrating the Xthings OpenAPI, you c...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Getting Started with Xthings OpenAPI

    Get Started with Xthings OpenAPIDevelopment WorkflowRegister at ULTRALOQ Community - We look forward to your joining and sharing your idea here and then click on Sign Up.The Xthings OpenAPI integra...

    • Updated
    • 3 followers
    • 0 comments
    • -2 votes
  • Xthings OpenAPI Interface Framework

    Here is the Illustration of Xthings OpenAPI interface below:  Request URLhttps://api.u-tec.com/actionAPI AuthenticationMethod 1: Use the access token provided by the OAuth2.0 server in the Authoriz...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Developer Foundational APIs

    The Xthings foundational API reference contains the definitions for all skill interfaces. These APIs include general directives, response events, discovery, state reporting, change reporting, and e...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Event Notification

    📌 Under normal procedures, after successful OAuth2 authentication, developers can update the Notification Url  through the registration interface.   Request Authentication POST <path> HTTP/1.1Host:...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Register URIs for Xthings Home-related event notifications

    POST   Register Notification URLhttps://api.u-tec.com/action This interface is primarily used to register URIs for Xthings Home-related event notifications, such as device change notifications and ...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Retrieve User Information using Xthings API

    POST    Retrieve User Informationhttps://api.u-tec.com/actionRetrieve the basic information of the current user.Body raw (json){ "header": { "namespace": "Uhome.User", "name": "Get", ...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • User Unlink using Xthings API

    POST   User Unlinkhttps://api.u-tec.com/actionLog out the current user.Body raw (json){ "header": { "namespace": "Uhome.User", "name": "Logout", "messageId": "<Unique identifier, pref...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Lock Control using Xthings API

    POST    Lock Controlhttps://api.u-tec.com/actionBody  raw (json){ "header": { "namespace": "Uhome.Device", "name": "Command", "messageId": "178854f9-1fa7-4432-89c3-456c3d4b984b", ...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes