codelips/wing-aephttpsdk

ctwing.cn AEP SDK

v0.1.2 2020-11-20 09:24 UTC

This package is auto-updated.

Last update: 2024-04-29 04:33:42 UTC


README

usage

获取设备状态信息

<?php

include './vendor/autoload.php';

$res = \WingAepSDK\AepSDKProxy::s('填写你的appKey','填写你的appSecret','db0f63f27222f027')
->for(new \WingAepSDK\Api\AepDeviceStatus())
->getDeviceStatus(
   [
    'productId'=>'111111111',
    'deviceId'=>'d874e692bde7452b8789cf39cfe94e75',
    'datasetId'=>'APPdata',
   ]
);