mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-15 02:47:03 +00:00
Update README.rst
This commit is contained in:
@ -47,4 +47,9 @@ You can import the module as `SynologyDSM`.
|
|||||||
print("Name: " + str(api.storage.disk_name(disk)))
|
print("Name: " + str(api.storage.disk_name(disk)))
|
||||||
print("S-Status: " + str(api.storage.disk_smart_status(disk)))
|
print("S-Status: " + str(api.storage.disk_smart_status(disk)))
|
||||||
print("Status: " + str(api.storage.disk_status(disk)))
|
print("Status: " + str(api.storage.disk_status(disk)))
|
||||||
print("Temp: " + str(api.storage.disk_temp(disk)))
|
print("Temp: " + str(api.storage.disk_temp(disk)))
|
||||||
|
|
||||||
|
Credits / Special Thanks
|
||||||
|
=====
|
||||||
|
https://github.com/florianeinfalt
|
||||||
|
https://github.com/tchellomello
|
||||||
|
Reference in New Issue
Block a user