Skip to content

Commit

Permalink
set firmware_version when initiliazing a device
Browse files Browse the repository at this point in the history
  • Loading branch information
gBillal committed Dec 19, 2024
1 parent 9215b0b commit 987e67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/device.ex
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ defmodule Onvif.Device do
| manufacturer: res.manufacturer,
model: res.model,
serial_number: res.serial_number,
hardware_id: res.hardware_id
hardware_id: res.hardware_id,
firmware_version: res.firmware_version
}}
end
end
Expand Down

0 comments on commit 987e67c

Please sign in to comment.