This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
openhab [2019/07/23 17:53] ian |
openhab [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| then | then | ||
| var int _azimuth = astro_sun_local_position_azimuth.getStateAs(QuantityType).toUnit(' | var int _azimuth = astro_sun_local_position_azimuth.getStateAs(QuantityType).toUnit(' | ||
| - | if (_azimuth < 110) rfxcom_socket_Socket_1_0_2298B1K0117D25_state.sendCommand(ON) | + | if (_azimuth < 110) rfxcom_socket_Socket_1_0_2298B1K0117_state.sendCommand(ON) |
| end | end | ||
| Line 27: | Line 27: | ||
| Item network_pingdevice_tv_online changed to ON | Item network_pingdevice_tv_online changed to ON | ||
| then | then | ||
| - | if (astro_sun_local_phase_name.state == " | + | if (astro_sun_local_phase_name.state == " |
| end | end | ||
| Line 37: | Line 37: | ||
| var int _azimuth = astro_sun_local_position_azimuth.getStateAs(QuantityType).toUnit(' | var int _azimuth = astro_sun_local_position_azimuth.getStateAs(QuantityType).toUnit(' | ||
| logInfo(" | logInfo(" | ||
| - | if (astro_sun_local_phase_name.state == " | + | if (astro_sun_local_phase_name.state == " |
| end | end | ||
| Line 44: | Line 44: | ||
| Item astro_sun_local_phase_name changed from DAYLIGHT | Item astro_sun_local_phase_name changed from DAYLIGHT | ||
| then | then | ||
| - | | + | |
| end | end | ||
| </ | </ | ||