diff options
author | vg <vg@devys.org> | 2018-02-12 18:16:36 +0100 |
---|---|---|
committer | vg <vg@devys.org> | 2018-02-12 18:16:36 +0100 |
commit | f023095f7ea2fdb8eec4360a7c17ceaec229779d (patch) | |
tree | 573a6808e70b785106baf7e05327ff2a36758946 /two_hosts_auto_powerswitch | |
parent | 16a611134169d68c6036901a736f4d63cf3001b5 (diff) | |
download | avr-f023095f7ea2fdb8eec4360a7c17ceaec229779d.tar.gz avr-f023095f7ea2fdb8eec4360a7c17ceaec229779d.tar.bz2 avr-f023095f7ea2fdb8eec4360a7c17ceaec229779d.zip |
add first translation of feature list
Diffstat (limited to 'two_hosts_auto_powerswitch')
-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. |