Update ECSAPI.lua

This commit is contained in:
Igor Timofeev 2015-09-14 22:33:14 +03:00
parent 81ae1cdb98
commit b086d9130c

View File

@ -81,7 +81,7 @@ function ECSAPI.getHDDs()
["spaceUsed"] = math.ceil(proxy.spaceUsed() / 1024),
["label"] = proxy.getLabel(),
["address"] = proxy.address,
["isReadOnly"] = proxy.isReadOnly,
["isReadOnly"] = proxy.isReadOnly(),
})
end
end