Browse Source

dist v3

master
Kalyax 2 years ago
parent
commit
afdc6090ea
  1. 2
      api/set_light.php
  2. 4
      assets/index.2acc70b0.js
  3. 2
      index.html

2
api/set_light.php

@ -1,5 +1,5 @@
<?php <?php
$light = $_POST["light"]; $light = $_GET["light"];
$output = null; $output = null;
exec('bash ../scripts/set_light.sh '.$light, $output); exec('bash ../scripts/set_light.sh '.$light, $output);
var_dump($output); var_dump($output);

4
assets/index.54239feb.js → assets/index.2acc70b0.js

File diff suppressed because one or more lines are too long

2
index.html

@ -5,7 +5,7 @@
<!-- link rel="icon" type="image/svg+xml" href="/vite.svg" /--> <!-- link rel="icon" type="image/svg+xml" href="/vite.svg" /-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Domotique</title> <title>Domotique</title>
<script type="module" crossorigin src="/assets/index.54239feb.js"></script> <script type="module" crossorigin src="/assets/index.2acc70b0.js"></script>
<link rel="stylesheet" href="/assets/index.8b2241a3.css"> <link rel="stylesheet" href="/assets/index.8b2241a3.css">
</head> </head>
<body class="bg-green-800"> <body class="bg-green-800">

Loading…
Cancel
Save