2.2.7 - Issue with generic component dimmer driver

I am seeing an issue with the Generic Component Dimmer driver.

If I put in a level and duration, it says "null" for the level in the logs. Probably just cosmetic, but I thought I would report it anyway.

I input this:
image

The log shows this:

1 Like

Generic components call “componentMethodName” example setLevel from component driver would call “componentSetLevel” can you put a debug log on componentSetLevel?

I see a logging error on the componentDimmer.. fixing.. This is a logging error and should have still called componentSetLevel with the proper values..

1 Like

Yeah, I made sure the log in question was coming from the component driver and not the parent 1st.

Seemed only cosmetic when I looked yesterday.

Thanks @bcopeland .

2 Likes