Skip to content

Commit

Permalink
fix: remove spaces in snapi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Sep 29, 2024
1 parent e7663cb commit 7410d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mPanasonicProjector.axs
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,9 @@ data_event[dvPort] {

data_event[vdvObject] {
online: {
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY, MONITOR_ASSET_DESCRIPTION, Video Projector'")
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY, MONITOR_ASSET_MANUFACTURER_URL, www.panasonic.com'")
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY, MONITOR_ASSET_MANUFACTURER_NAME, PANASONIC'")
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY,MONITOR_ASSET_DESCRIPTION,Video Projector'")
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY,MONITOR_ASSET_MANUFACTURER_URL,www.panasonic.com'")
NAVCommand(data.device, "'PROPERTY-RMS_MONITOR_ASSET_PROPERTY,MONITOR_ASSET_MANUFACTURER_NAME,Panasonic'")
}
command: {
stack_var _NAVSnapiMessage message
Expand Down

0 comments on commit 7410d1b

Please sign in to comment.