Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
hfedcba committed Feb 6, 2017
2 parents 792adb8 + bc2455d commit 0716eb5
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion misc/Config Directory/max.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ___________________________________________________________________________
## - With high gain mode: 0x27 (maximum legally allowed setting)
#txPowerSetting = 0x27


#######################################
################ CUNX ################
#######################################
Expand All @@ -85,7 +86,7 @@ ___________________________________________________________________________
## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw
#deviceType = cunx

## IP address of your CUNO
## IP address of your CUNX
#host = 192.168.178.100

## Port number your CUNX listens on. Normally 2323.
Expand All @@ -94,3 +95,39 @@ ___________________________________________________________________________
## Default: responseDelay = 95
## Should be "40" for CUNX
#responseDelay = 40


#######################################
######### COC, SCC, CSM, CCD #########
#######################################

## The device family this interface is for
#[COC, SCC, CSM, CCD]

## Specify an unique id here to identify this device in Homegear
#id = My-COC

## When default is set to "true" Homegear will assign this device
## to new peers.
#default = true

#deviceType = coc

#device = /dev/ttyAMA0

## Default: gpio1 = 0
## "17" for COC, SCC and CCD. Empty for CSM.
#gpio1 = 17

## Default: gpio2 = 0
## "18" for COC and SCC. "22" for CCD. Empty for CSM.
#gpio2 = 18

## Should be "40" for MAX!
#responseDelay = 40

## Default: stackPosition = 0 (= no stacking)
## Set stackPosition if you use the SCC and stacked multiple devices.
## Set stackPosition to "1" for the lowest device, to "2" for the device
## above that and so on.
# stackPosition = 0

0 comments on commit 0716eb5

Please sign in to comment.