pk1
pk1
What is the correct way to migrate to Swift 3.0? As far as I can see you guys do not have an Swift 3.0 Branch available. Does this mean that...
Would be really great to see this working also for the latest Panasonic models!
Of course there is no real problem as the current Panasonic bindig works with older models but in the meantime more and more people will switch to a newer Panasonic...
After seeing in the dev console a lot of stuff going on (item refreshes) I eliminated some of my items which are updated every few seconds (mainly related to hardware...
Definitely interesting! Do you maybe have also one of your custom widgets somewhere available to better understand the implementation? Not sure if I understand your approach correctly but I think...
Ah sorry, I was expecting to see just some exported widgets and not everything in one file habpanel.config. Ok got it, let's see if I can somehow use this approach...
So after having everything in place I tried to do so some very basic examples by using for example your dashboard button directive which is working without any issue. Then...
Instead of using addUpdateListener I had to use a closure: `scope.onUpdate = function( updatedItemName ) { .... };` However, the update event is not really triggered. Can you tell me...