Dan Cunningham

Results 278 comments of Dan Cunningham

FYI to reproduce what i did 1. loaded app, loaded as usual so i assume settings were ok 2. Added new home 3. Selected new home 4. Demo Page was...

I'm trying to isolate just the changes related to multiple homes so i can review those (this PR has hundreds of commits), does this look about right? ~~https://github.com/openhab/openhab-ios/compare/33cf3f5b7426af94c743270af0308e9573c3fa11..2c921d58e1605cf4ce04679affe3b7739b10ed63~~ I think...

I have no idea, but the matter binding does not use the built in openHAB MDNS so disabling those bundles from core would not have affected it, so i don't...

Its a good question, a quick search shows that its also 3 for IOS , not sure what happens when you try adding more then that, guess i'll test, but...

I had a similar thought, I think its very possible, I have the work half done, its actually not all that much to change, just adding a new overloaded method...

In rules, our send notification looks like this: ```java public static void sendNotification(String userId, String message, @Nullable String icon, @Nullable String severity) ``` I was thinking to extend it to...

> I like that proposal, makes IMO more sense than the single, big string. Excellent, I'll go with that then and work on this tonight. Thanks for the feedback !

So i have a version of the cloud binding working and ready for a review. Just FYI, I'll probably give it a once over tomorrow, but its working nicely on...

@mueller-ma @maniac103 quick question, right now notifications have a single message. In IOS notifications have both a `Title` and `Body` , we set the `Title` to `openHAB` and `Body` to...

Actually i think we should support Title, lets make Notifications as powerful as possible, and i don't want to have to come back and create another overloaded method just to...