diff options
-rw-r--r-- | two_hosts_auto_powerswitch/readme.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/two_hosts_auto_powerswitch/readme.rst b/two_hosts_auto_powerswitch/readme.rst index 4d35f62..5d98a1a 100644 --- a/two_hosts_auto_powerswitch/readme.rst +++ b/two_hosts_auto_powerswitch/readme.rst @@ -1,6 +1,14 @@ Two hosts power switch ###################### +General principle +================= + +This project detects up to two host power state through the their usb port and +switch on their associated devices (screen, sound amplifier, printer, etc). +Devices might be shared (the same printer is used by both computers), in this +case, the device is switched on by whatever computer is on. + Flowchart ========= @@ -23,6 +31,13 @@ When detecting a host state change, the following happen:: Feature list ============ +* Detect when one of the host is up (not in standby) + + + +----- + + * la détection d'un ordi on, allume certaines prises, chaque ordi peut avoir un ensemble de prises dédiées ou partagées (OR logic), configuration enregistrée en nvm. |