Skip to content

Commit

Permalink
Update enums.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarmer08 committed Feb 6, 2024
1 parent f0e1e99 commit 37dbe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const CameraModels = {
WyzeCamPanv2: "HL_PAN2",
WyzeCamPanv3: "HL_PAN3",
WyzeCamOutdoor: "WVOD1",
WyzeCamOutdoor2: "HL_WC02"
WyzeCamOutdoor2: "HL_WCO2"
}
exports.CameraModels = CameraModels;

Expand Down

0 comments on commit 37dbe92

Please sign in to comment.