|
Die aktuellste Version ist im Wiki zu finden:
http://www.ip-symcon.de/wiki/PHPSonos
Eine Version des Sonos Skriptes von hier: http://www.ip-symcon.de/forum/f7/ein...nsteuern-3541/
Diesmal als PHP Klasse, die ihr vorher in euren 'scripts' Ordner kopieren...
Started by paresy on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at ip-symcon):
$posInfo [ "duration" ]....
Daher habe ich die Klasse etwas erweitert:
PHP-Code:
include( "PHPSonos.inc.php" ] .
Einmal Danke für das Bereitstellen der PHP Klasse!
Mir fehlte jedoch das Abfragen des aktuellen Status des Sonos-Players.
|
|
How do i save the output from javascript function to mysql??
var macs = { getMacAddress : function() { document.macaddressapplet.setSep( "-" ); return (document.macaddressapplet.getMacAddress()); } } document.write(macs.getMacAddress());
someone told ...
Started by kennedy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Send-mac.php?mac=' + mac, function() { alert('yeah done'); })
Then in PHP you would do something() }); }); });
savemacaddress.php:
<?php $addr = $_POST['savemacaddress']; $addr = mysql_real_escape_string($addr); $sql = "INSERT INTO....
|
|
I have been trying to get WOL working. I finally got it where it will wake my computer up from sleep or powered off but only for maybe the first 5 minutes or so and then it quits working. Even those first 5 minutes are hit and miss as sometimes it works...
Started by justint420 on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at dd-wrt):
Http://mobile.wakeonlan.me/?ip=HOSTNAME&mac=MACADDRESS
e.g., http://mobile.wakeonlan.me/?ip.
Http://www.dd-wrt.com/phpBB2/viewtopic.php?p=506550 that.
To someone who was having similar problems.
|
Ask your Facebook Friends