Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Jan 11, 2024
1 parent 1b34f86 commit f3eeb84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/onvif/discovery_json/agsh_onvif.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ onvif.Discovery.on('device', function(cam, rinfo, xml) {
'ipv4': rinfo.address,
'manufacturer': name,
'model_name': hardware,
'ipv4_path': host_port,
'ipv4_path': url,
'ipv4_port': host_port,
};
console.log(JSON.stringify(msg));
}
Expand Down

0 comments on commit f3eeb84

Please sign in to comment.