Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
mixpanel report unsecure/secure connection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Apr 8, 2016
1 parent c3f3908 commit 251a0e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/public/controllers/SerialPortController.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ module.exports = function ()
$wydevice.connect ($scope.device.ip, {type:type, port: port, username:$scope.device.username, password:$scope.device.password, category:scope.serialPort.category});
$mdDialog.hide ();
mixpanel.track ('SerialPort Connect', {
style: 'address'
style: 'address',
type: type
});
};

Expand Down

0 comments on commit 251a0e2

Please sign in to comment.