コード例 #1
0
ファイル: jeedom.class.php プロジェクト: GaelGRIFFON/core
 public static function toHumanReadable($_input)
 {
     return scenario::toHumanReadable(eqLogic::toHumanReadable(cmd::cmdToHumanReadable($_input)));
 }