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