What programming buttons on HA07 should I press in order to add it to the HA22 usb stick using SDK? Will calling ADDDevice for HA07 work?
Arnie
Either ZWaveController.AddDevice(...) or ZWaveController.AddController(...) will work to add the HA07 to your network. On the HA07, put it in "replication receive" mode.
Chris
Ok
What buttons on HA07 to press for removing it from HA22?
To remove the HA07, press the same buttons you used to add it. Just press "remove device" in ThinkEssentials (or use the ZWaveController.RemoveDevice or .RemoveController functions).