<?php
namespace App\Service;
interface IOTServiceInterface
{
public function pub($device_name, $msg);
}