Index: sources/view/vpoweroff.h =================================================================== diff -u -rb72bdc52d8ca7336c83a817fa1839c3250fb4fda -r95c671ab7037af055db551456a719ff67bf10262 --- sources/view/vpoweroff.h (.../vpoweroff.h) (revision b72bdc52d8ca7336c83a817fa1839c3250fb4fda) +++ sources/view/vpoweroff.h (.../vpoweroff.h) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -31,8 +31,9 @@ // to be always trigger the GUI // also since the signal passe parameter value is used the property getter in not currently used. // manually tested and all of them are working. - PROPERTY( quint8, poweroff_status, 0, true) + TRIGGER( quint8, poweroff, 0) // coco end + VIEW_DEC(VPowerOff, PowerOffData) };