CommandFusion Wiki

Documentation Resources

User Tools

Site Tools


hardware:cflink:common-device-protocol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hardware:cflink:common-device-protocol [2012/08/21 04:58]
jarrod Replace CFLink code blocks for syntax highlighting
hardware:cflink:common-device-protocol [2012/08/22 13:31] (current)
jarrod
Line 30: Line 30:
 // Request the details for the device at CFLink ID [03] // Request the details for the device at CFLink ID [03]
 > [F2][03][F3]QCFXWHO[F4][F5][F5] > [F2][03][F3]QCFXWHO[F4][F5][F5]
-// The Reply if the unit was a LANBridge ​would be as follows+// The Reply if the unit was a LAN Bridge ​would be as follows
 < [F2][03][F3]RLANWHO[F4]LANBridge:​192.168.0.100:​00.04.A3.19.D5.70:​1.0.0.0:​1.0.0.0[F5][F5] < [F2][03][F3]RLANWHO[F4]LANBridge:​192.168.0.100:​00.04.A3.19.D5.70:​1.0.0.0:​1.0.0.0[F5][F5]
 </​sxh>​ </​sxh>​
Line 57: Line 57:
     * ''​MIN''​ is for on-board serial port read notifications from a CFMini.     * ''​MIN''​ is for on-board serial port read notifications from a CFMini.
     * ''​SWX''​ is for Dry Contact Input notifications from a SW16.     * ''​SWX''​ is for Dry Contact Input notifications from a SW16.
-    * ''​LAN''​ is for on-board serial port read notifications from a LANBridge.+    * ''​LAN''​ is for on-board serial port read notifications from a LAN Bridge.
     * ''​IRB''​ is for IR receive notifications from an IRBlaster.     * ''​IRB''​ is for IR receive notifications from an IRBlaster.
   * **<​ID1>​ - <​ID5>​** = The CFLink ID of a device on the CFLink bus that notification messages will be sent to. In plain text format, 2 chars (A-F, 0-9).   * **<​ID1>​ - <​ID5>​** = The CFLink ID of a device on the CFLink bus that notification messages will be sent to. In plain text format, 2 chars (A-F, 0-9).
Line 106: Line 106:
 == Example == == Example ==
 <sxh cflink; light: true> <sxh cflink; light: true>
-// Change the ID of a LANBridge ​from [03] to [04]+// Change the ID of a LAN Bridge ​from [03] to [04]
 > [F2][03][F3]CCFXDID[F4]04[F5][F5] > [F2][03][F3]CCFXDID[F4]04[F5][F5]
 // Reply (note the ID change takes affect immediately) // Reply (note the ID change takes affect immediately)
Line 149: Line 149:
 < [F2][04][F3]RIOXTGT[F4]05:​06:​07:​00:​00[F5][F5] < [F2][04][F3]RIOXTGT[F4]05:​06:​07:​00:​00[F5][F5]
  
-// Configure the notification targets for on-board serial port of a LANBridge ​on CFLink ID [04]+// Configure the notification targets for on-board serial port of a LAN Bridge ​on CFLink ID [04]
 // Notifications for this command should be sent to IDs [07], [2C] and [0D] only (disabling the last two ID's if previously configured) // Notifications for this command should be sent to IDs [07], [2C] and [0D] only (disabling the last two ID's if previously configured)
 > [F2][04][F3]CLANTGT[F4]07:​2C:​0D:​00:​00[F5][F5] > [F2][04][F3]CLANTGT[F4]07:​2C:​0D:​00:​00[F5][F5]
Line 209: Line 209:
 == Example == == Example ==
 <sxh cflink; light: true> <sxh cflink; light: true>
-// LANBridge ​powerup notification,​ on CFLink ID [04]+// LAN Bridge ​powerup notification,​ on CFLink ID [04]
 > [F2][04][F3]RCFXLDR[F4]LANBridge:​App_OK:​1.0.1[F5][F5] > [F2][04][F3]RCFXLDR[F4]LANBridge:​App_OK:​1.0.1[F5][F5]
  
hardware/cflink/common-device-protocol.1345525100.txt.gz ยท Last modified: 2012/08/21 04:58 by jarrod