通过Leonardo IoT中的API创建映射

2020-08-23 11:50发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)尊敬的专家, 我一直在尝试使用...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


尊敬的专家,

我一直在尝试使用POST API创建映射,根据文档,该映射需要此有效负载:

 {
   " name":"我的第一个映射",
   "说明:{
     " en":"我的测试描述",
     " de":" Meine Testbeschreibung"
   },
   " thingTypeId":" com.iotae.demo.pidi:CoffeeMachine",
   "映射":[
     {
       " sensorTypeId":" 75128d4c-b52e-4a10-8b8f-46ad81917fc5",
       "措施":[
         {
           " capabilityId":" 576",
           " namedPropertySetId":" Fill_Level_Water",
           " propertyMappings":[
             {
               " capabilityPropertyId":" 9dda2b90-00af-485a-bdc0-02888ef73dfc",
               " npstPropertyId":"温度"
             }
           ]
         }
       ],
       " targetValues":[
         {
           " capabilityId":" 581",
           " namedPropertySetId":" Brewing_Unit",
           " propertyMappings":[
             {
               " capabilityPropertyId":" f1f2f276-c9a3-4c0e-a3cb-d9823e6baa72",
               " npstRefPropertyId":"压力"
             }
           ]
         }
       ]
     }
   ]
 } 

我不确定" capabilityPropertyId",因为在物联网服务中唯一标识属性的是它的名称,并且它没有ID。

我想念什么吗?

感谢和BR,

Federico