mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
🐛 fix: incorrect storage size
This commit is contained in:
@@ -8,12 +8,12 @@ export interface DeviceStatus {
|
||||
type: PacketType.DEVICE_STATUS;
|
||||
|
||||
/**
|
||||
* Total storage capacity in kilobytes (KB)
|
||||
* Total storage capacity in megabytes (MB)
|
||||
*/
|
||||
allspace: number;
|
||||
|
||||
/**
|
||||
* Available free storage in kilobytes (KB)
|
||||
* Available free storage in megabytes (MB)
|
||||
*/
|
||||
freespace: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user