Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Oct 30, 2024
1 parent a0d3cea commit 0c25eae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const loading = (
const App = () => {
const [API_KEY, setAPI_KEY] = useState();

//const HOST_IP = "http://localhost"; // Pass the IP (http://x.x.x.x) of the diyHue Bridge, if running through npm start
//const HOST_IP = "http://192.168.1.25"; // Pass the IP (http://x.x.x.x) of the diyHue Bridge, if running through npm start
//const HOST_IP = "http://192.168.1.11"; // Pass the IP (http://x.x.x.x) of the diyHue Bridge, if running through npm start
//const HOST_IP = "http://192.168.1.3"; // Pass the IP (http://x.x.x.x) of the diyHue Bridge, if running through npm start
const HOST_IP = ""; // Pass the IP (http://x.x.x.x) of the diyHue Bridge, if running through npm start

useEffect(() => {
Expand Down

0 comments on commit 0c25eae

Please sign in to comment.