Serial # | Where do I find this? |
Rabbit's Name | (Used for messages and forum) |
Time Zone | |
Language | |
Weather Code | Where do I find this? |
Weekday Wake Up Time | |
Weekend Wake Up Time | |
Bed Time | |
Temperature | |
Bottom LED Color | |
Idle Behavior | |
Button Behavior |
Choose the following features for your rabbit:
Enabled | From | To | Minute | Action |
Note you should not have two events at the same minute at the same hour or the rabbit will hyperventilate. If you want to always tell the time at the top of the hour then you would check enable, select midnight, midnight, Tell the Time, and 00. The sleep and wake times override this schedule.
Still have a question? See a sample schedule
/****************************************** * Get RSS ******************************************/ mysqli_next_result($con); $result = mysqli_query($con,"call sp_GetRSS($rabbitID)"); if (!$result) die('Call to RSS proc failed. ' . mysqli_error($con)); mysqli_use_result($con); $i=0; $rss_enabled = array(); $rss_url = array(); while($row = mysqli_fetch_row($result)) { $rss_enabled[] = $row[0]; $rss_url[] = $row[1]; } mysqli_next_result($con); if($reboot == 1) $reboot='checked'; ?>