on map-map, if the input is a boolean, it doesnt works for the false input. It's works for the true value payload: true => payload: "ON" payload: false => payload: "Unknown: false" The mapping is true = ON false = OFF
on map-map, if the input is a boolean, it doesnt works for the false input.
It's works for the true value
payload: true => payload: "ON"
payload: false => payload: "Unknown: false"
The mapping is
true = ON
false = OFF