Fix DeviceProxy asynch attribute access with green modes, fix write_attribute(s)_reply push model
Closes #561 (closed)
- read/write_attributes_reply was wrapped with green executor
- for all read/write_attribute/attributes_asynch methods the green_mode related kwords (green_mode, wait, timeout) were fixed
- for read/write_attribute/attributes_reply methods, the cppTango and PyTango timeout parameters conflict was resolved by re-naming cppTango`s timeout into poll_timeout
- write_attribute/attributes_reply were fixed to work in the push model
- the documentation for all methods, wrapped with green decorator was revised and improved
Edited by Yury Matveyev