Skip to content

Commit

Permalink
FIX: Parameter path for connection status.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris van Rens committed Jun 18, 2020
1 parent 0fbaf33 commit 16f7ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/visense-system.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function ViSenseSystem(socketAddress, useSsl, sessionToken, id) {
* - reject({string} error message)
*/
getConnectionStatus() {
return _configAdapter.getSignal('Application/Channel/Video/Capture/ConnectionStatus');
return _configAdapter.getSignal('Application/Channel/Video/Capture/Reader/ConnectionStatus');
}
};

Expand Down

0 comments on commit 16f7ae6

Please sign in to comment.