Update README.rst

This commit is contained in:
Ferry van Zeelst
2018-07-02 21:57:16 +02:00
committed by GitHub
parent 4363ded31c
commit f9daa59546

View File

@ -47,4 +47,9 @@ You can import the module as `SynologyDSM`.
print("Name: " + str(api.storage.disk_name(disk)))
print("S-Status: " + str(api.storage.disk_smart_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