本文介绍了Microsoft Teams Bot for Azure IoT中心设备.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这应该如何设计???
 目标:我们希望Microsoft Teams Bot通过Azure IoT中心向/从连接的设备发送/接收命令

   示例:
      (用户)打开我们刚刚获得了巨大的销售"轻.
         (启动) 多久了?
      (用户)10分钟.
         (Bot)好吧,把灯打开10分钟.
      (用户)办公室的温度是多少?
         (我)测量

 假设任务已完成:
     销售灯已连接到IoT设备
      IoT设备已连接到Azure IoT中心
     物联网设备将温度发送到Azure物联网中心
      IoT设备使用<< Light_ON>> IoT中心发出的消息
      

下一步是什么?
   机器人如何与Azure连接并进行身份验证
   如何控制用户权限? (谁可以控制灯光)
   
感谢您的指导. 

解决方案


How should this be architected???
   Goal: We want a Microsoft Teams Bot to send/receive commands through a Azure IoT Hub to/from connected device

   Example:
      (User) turn on the "we just got a huge sale" light.
         (Bot)  for how long?
      (User) 10 min.
         (Bot) Okay, turning the light ON for 10 min.
      (User) what is the temperature in the office
         (Bot) I measure 

   Assume Task completed: 
      Sale light is connected to IoT device
      IoT device connected to Azure IoT Hub
      IoT device sends temp to Azure IoT hub
      IoT device Turns light on with <<Light_ON>> message from IoT Hub
      

What is next?
   How does the bot connect and Authenticate with Azure
   How are user privileges controlled? (who can control the light)
   
Thanks for the guidance. 

解决方案


这篇关于Microsoft Teams Bot for Azure IoT中心设备.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 18:04