Changes between Version 22 and Version 23 of WikiStart
- Timestamp:
- 2011-06-24 20:43:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v22 v23 1 == Wake-on-LAN Plugin == 2 [[Image(computer_list.png, right, 400px)]] 1 = Wake-on-LAN Plugin = 3 2 This plugin can be used to wake a machine up. The remote machine must support the Wake-on-LAN feature. 4 3 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. … … 12 11 13 12 === Setup Instructions === 14 [[Image(add_update.png, right, 400px)]]15 13 1. Download all the files: 16 14 * [[http://code.mios.com/svn_public/mios_wake-on-lan/WOL.plugin/D_WOL.json|D_WOL.json]] … … 25 23 6. Restart MiOS. 26 24 7. Reload page. (Otherwise the interface won't be updated.) 25 26 === Screenshots === 27 Up to 10 computers can be stored. The status message at the bottom is the status of the last operation. It will also show the return code of the Wake-on-LAN program. Common return codes: 28 * 0 - OK 29 * 1 - Error 30 * 127 - Command not found 31 32 [[Image(computer_list.png)]] 33 34 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. 35 36 [[Image(add_update.png)]]