A CM17A device that responds to on/off and adjust (brightness) commands.
Typical use:
lamp = X10.device("a2") # Create the device
lamp.on # Turn the lamp on
lamp.adjust(-0.5) # Dim the lamp
lamp.off # Turn the lamp off
Methods