Changes between Version 30 and Version 31 of WikiStart
- Timestamp:
- 2012-01-19 22:18:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v30 v31 1 1 = Wake-on-LAN Plugin = 2 2 3 This plugin can be used to wake a machine up. The remote machine must support the Wake-on-LAN feature. 3 4 Up to 10 MAC addresses can be stored. The MAC addresses can be written with both upper case and lower case letters, and can have either the '''colon'''(''':''') separator (Unix style) or the '''dash'''('''-''') separator (Windows style), but not both. 4 5 5 6 == Example Uses == 7 6 8 1. Have your "I'm home" scene include turning on your computer. 7 9 2. When on vacation you can leave your computer off and wake it up should you need to connect to it remotely. 8 10 9 11 == Limitations == 12 10 13 ''Name'' cannot contain the '''hash'''('''#''') character. 11 14 12 15 == Setup Instructions == 16 13 17 1. Download all the files: 14 18 * [[http://code.mios.com/svn_public/mios_wake-on-lan/trunk/D_WOL.json|D_WOL.json]] … … 25 29 26 30 == The tabs == 31 27 32 === Computer List === 33 28 34 Up to 10 computers can be stored. The status message at the bottom is the status of the last operation. On UI5 it also tells you if you have the '''wol''' package installed. 29 35 … … 37 43 [[Image(tab_add_update_h300.png)]] 38 44 [[Image(ui4_add_update_h300.png)]] 45 46 == Using it in a scene == 47 48 The first 4 items can be accessed directly from the dashboard to make it easy to create scenes. If you want to wake an item greater than #4, you must go to the '''Advanced''' tab, pick the Wake-on-LAN device, select the '''Wake''' action and enter the item # in the '''index''' field. 49 50 [[Image(scene_basic.png)]] 51 52 [[Image(scene_advanced.png)]]