How to integrate the Smart Home API with your devices

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • Looking to integrate your Google Home to the Smart Home API? In this video, we show you how to do just this. From setting up your OAuth server to providing constant health updates for your device, we walk you through these steps, while addressing key concepts - such as Execute and Query intents - to keep in mind while syncing your device to the Smart Home API.
    Chapters:
    0:00 - Intro
    0:05 - Overview of integration steps
    0:22 - OAuth account linking
    0:47 - SYNC overview
    1:06 - SYNC sample request and response
    1:11 - Smart Home SYNC data validator
    1:26 - Request SYNC overview
    2:01 - QUERY sample request
    2:11 - EXECUTE overview
    2:20 - EXECUTE example
    2:35 - Sample EXECUTE response
    2:41 - EXECUTE sample failure
    2:58 - Follow-up response for EXECUTE after failure sample
    3:27 - EXECUTE with non-blocking exception
    3:42 - Disconnect intent overview
    3:55 - Recap
    Watch more Google Smart Home Developers videos → goo.gle/yt-smarthome
    Sign-up for the Google Home Developer Newsletter → goo.gle/google-home-newsletter
    Subscribe to Google Developers → goo.gle/developers
    #GoogleHomeDevelopers
    product: Actions On Google - Smart Home; fullname: Toni Klopfenstein;
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @BlueyMcPhluey
    @BlueyMcPhluey 2 ปีที่แล้ว +4

    would love a longer series on this, it's a lot to take in in a short video

  • @jessegonzalez2872
    @jessegonzalez2872 2 ปีที่แล้ว

    Very helpful thank you !

  • @AdrianoEllero
    @AdrianoEllero ปีที่แล้ว

    any API query example? that's the only thing I need
    🤨

  • @AMoktar
    @AMoktar 2 ปีที่แล้ว +1

    More details please

  • @o0QuAdSh0t0o
    @o0QuAdSh0t0o 2 ปีที่แล้ว

    Why JSON not Gson 🤔

    • @_____case
      @_____case 2 ปีที่แล้ว +2

      Gson is just a library for manipulating JSON objects in Java. It's not a separate data format. Perhaps you mean gRPC, which uses the protobuf format?