使用java打开Wifi Enabled Light开关?

时间:2018-05-30 21:51:10

标签: java sockets wifi

我有一个支持Wifi的插头插座,可以使用我的iPhone打开或关闭。我想知道是否有办法在Java(Programatically)中执行此操作?如果是这样,它是否需要API?

Wifi Socket类型和型号:

MECO WiFi插座智能遥控插座

产品型号:MECOOiowied3775

到目前为止我做了什么?

尝试使用Java套接字连接到它

<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Dropdown</button>
<div id="myDropdown" class="dropdown-content">
  <label><input type="checkbox" value="Vanilla">Vanilla</label>
  <label><input type="checkbox" value="Chocolate">Chocolate</label>
  <label><input type="checkbox" value="Strawberry">Strawberry</label>
</div>
</div>

欢迎任何帮助,建议或资源?

0 个答案:

没有答案