{{:lightbulb_on64.png|Lamp Item}} ====== ProntoLamp ====== This module is a part of the [[start|NetHomeServer]]. The ProntoLamp is when you have a device (for example a radio controlled switch) which is not yet supported by NetHomeServer, but you have the Pronto-codes for the radio signals. Both the [[audioprotocoltransmitter|AudioProtocolTransmitter]] and the [[cultransceiver|CULTransceiver]] supports sending Pronto codes, so this way you may control new devices. Pronto-codes may be found on the net, but may also be found using the [[analyzer:start|Protocol Analyzer]] if you have a compatible radio/IR receiver. the [[cultransceiver|CULTransceiver]] you can also send the messages as IR if you have a [[powermid|PowerMid]] ===== Attributes ===== * **State** //[get]// Current state of the device (On/Off) * **OnCode** //[get] [set]// The Pronto code to turn the device on * **OffCode** //[get] [set]// The Pronto code to turn the device off * **Repeat** //[get] [set]// Number of repeats of the code to send * **UseModulation** //[get] [set]// The Pronto code contains information about the modulation frequency. If the message shall be sent as IR, this should be set to true. ===== Actions ===== * **on** Turn the device on, which means sending the //OnCode// * **off** Turn the device off, which means sending the //OffCode// * **toggle** Toggle current state and send //OnCode// or //OffCode// ==== See also ==== [[start|NetHomeServer]]