<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>i know the api specs on the website haven't been updated yet, but i'm trying to update the node sender client and i'm not seeing how to send a simple push "message" without specifying "simple-push" as an Object.</div><div><br></div><div>basically the first example doesn't seem to work for simplePush anymore</div><div><br></div><div>I'm not sure if this was overlooked when updating the UPS? </div><div><br></div><div><br></div><div><pre class="line-pre" style="font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; line-height: 16px; width: 744px; margin-top: 0px; margin-bottom: 0px; padding: 0px; background-color: rgb(255, 255, 255); position: static; z-index: auto; "><div class="line" id="file-gistfile1-js-LC1"><span class="c1" style="color: rgb(153, 153, 136); font-style: italic;">//No criteria, just a normal send( what use to be broadcast )</span></div><div class="line" id="file-gistfile1-js-LC2"> </div><div class="line" id="file-gistfile1-js-LC3"><span class="p">{</span></div><div class="line" id="file-gistfile1-js-LC4"> <span class="nx">message</span><span class="o" style="font-weight: bold;">:</span> <span class="p">{</span></div><div class="line" id="file-gistfile1-js-LC5"> <span class="nx">alert</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC6"> <span class="nx">sound</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC7"> <span class="nx">badge</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC8"> <span class="s2" style="color: rgb(221, 17, 68);">"simple-push"</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"version=123"</span></div><div class="line" id="file-gistfile1-js-LC9"> <span class="p">}</span></div><div class="line" id="file-gistfile1-js-LC10"><span class="p">}</span></div><div class="line" id="file-gistfile1-js-LC11"> </div><div class="line" id="file-gistfile1-js-LC12"> </div><div class="line" id="file-gistfile1-js-LC13"><span class="c1" style="color: rgb(153, 153, 136); font-style: italic;">//With Criteria</span></div><div class="line" id="file-gistfile1-js-LC14"> </div><div class="line" id="file-gistfile1-js-LC15"><span class="p">{</span></div><div class="line" id="file-gistfile1-js-LC16"> <span class="nx">variants</span><span class="o" style="font-weight: bold;">:</span> <span class="p">[...,</span> <span class="p">...],</span></div><div class="line" id="file-gistfile1-js-LC17"> <span class="nx">deviceType</span><span class="o" style="font-weight: bold;">:</span> <span class="p">[...,</span> <span class="p">...]</span></div><div class="line" id="file-gistfile1-js-LC18"> <span class="nx">message</span><span class="o" style="font-weight: bold;">:</span> <span class="p">{</span></div><div class="line" id="file-gistfile1-js-LC19"> <span class="nx">alert</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC20"> <span class="nx">sound</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC21"> <span class="nx">badge</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"..."</span><span class="p">,</span></div><div class="line" id="file-gistfile1-js-LC22"> <span class="s2" style="color: rgb(221, 17, 68);">"simple-push"</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"version=123"</span></div><div class="line" id="file-gistfile1-js-LC23"> <span class="p">},</span></div><div class="line" id="file-gistfile1-js-LC24"> <span class="s2" style="color: rgb(221, 17, 68);">"simple-push"</span><span class="o" style="font-weight: bold;">:</span> <span class="p">{</span></div><div class="line" id="file-gistfile1-js-LC25"> <span class="s2" style="color: rgb(221, 17, 68);">"someCategory"</span><span class="o" style="font-weight: bold;">:</span> <span class="s2" style="color: rgb(221, 17, 68);">"...."</span></div><div class="line" id="file-gistfile1-js-LC26"> <span class="p">}</span></div><div class="line" id="file-gistfile1-js-LC27"><span class="p">}</span></div></pre><div><br></div></div></body></html>