Skip to content

Commit 1d168ab

Browse files
committed
Box -> Slot
1 parent f9d062e commit 1d168ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HomeLive.DeviceExecutor/DeviceExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public async Task<byte[]> ReadSlotData(int box, int slot, CancellationToken toke
126126
if (!Connection.Connected)
127127
throw new InvalidOperationException("No remote connection");
128128

129-
Log("Getting Box offset...");
129+
Log("Getting Slot offset...");
130130
var slotOffset = HomeDataOffsets.GetSlotOffset(await GetBoxStartOffset(token).ConfigureAwait(false), box, slot);
131131
Log($"Found offset 0x{slotOffset:X8}");
132132
Log($"Reading Box {box}, Slot {slot}...");

0 commit comments

Comments
 (0)