sendPush() broken?

I’m getting errors in the IDE and also when I try and deploy a SmartApp:

47194b98-88fd-4234-b99d-b78177730565 1:49:05 PM: error groovy.lang.MissingMethodException: No signature of method: physicalgraph.notification.NotificationService.sendPush() is applicable for argument types: (physicalgraph.app.InstalledSmartApp, java.lang.String, null) values: [Porch Lights On And Motion, Its sunrise - turning off lights, …]
Possible solutions: sendPush(physicalgraph.device.cache.InstalledSmartAppDTO, java.lang.String), sendPush(physicalgraph.device.cache.InstalledSmartAppDTO, java.lang.String, java.util.Map), sendSms(java.lang.String, java.lang.String), sendSms(java.lang.String, java.lang.String, java.util.Map) @ line 137

Anyone else seeing this?

They really seem to be playing whack-a-mole with IDE bugs the last couple of days.

3 Likes