Skip to content

Commit 8ee2f61

Browse files
authored
Mark remote_data event & related constants as deprecated (#13)
More deprecations per #11. The tooltip and all related functions for remote data are already deprecated so this is a straightforward correction
1 parent 608b620 commit 8ee2f61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lsl_definitions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,14 +3204,17 @@ constants:
32043204
type: integer
32053205
value: '0x100'
32063206
REMOTE_DATA_CHANNEL:
3207+
deprecated: true
32073208
tooltip: ''
32083209
type: integer
32093210
value: 1
32103211
REMOTE_DATA_REPLY:
3212+
deprecated: true
32113213
tooltip: ''
32123214
type: integer
32133215
value: 3
32143216
REMOTE_DATA_REQUEST:
3217+
deprecated: true
32153218
tooltip: ''
32163219
type: integer
32173220
value: 2
@@ -4627,6 +4630,7 @@ events:
46274630
- SData:
46284631
tooltip: ''
46294632
type: string
4633+
deprecated: true
46304634
tooltip: This event is deprecated.
46314635
run_time_permissions:
46324636
arguments:

0 commit comments

Comments
 (0)