summaryrefslogtreecommitdiff
path: root/src/snapshot.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-02 18:35:16 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-02 18:35:16 +0100
commitd54bf3eddaacd2fee22f168899db8cf8f0fe364c (patch)
tree8a95ccbe375a3631a8539be5712a19a628ca707c /src/snapshot.erl
parent75cc3e63b7d3fd4bd3d480aec6a835a84d3aad53 (diff)
Generalize DeviceID
Diffstat (limited to 'src/snapshot.erl')
-rw-r--r--src/snapshot.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapshot.erl b/src/snapshot.erl
index 4e53cb3..6eb5464 100644
--- a/src/snapshot.erl
+++ b/src/snapshot.erl
@@ -11,5 +11,5 @@ decode(Data) ->
encode(Device) ->
'CSTA-snapshot-device':encode('SnapshotDeviceArgument',
#'SnapshotDeviceArgument'{
- snapshotObject = #'DeviceID'{
- deviceIdentifier = {deviceNumber, Device}}}).
+ snapshotObject = #'DeviceID'{
+ deviceIdentifier = Device }}).