#:::::: Power Vu (0E00) ::::::
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#Syntax for ECM Keys:
#P <groupid><srvid> <key number> <key>
#groupid (2 bytes) : Any 4 hex digits of your choice. Groups must be unique.
# Leading zeros are optional.
#srvid (2 bytes) : Service ID of channel in hex with leading zeros
# to make 4 hex digits.
#key number (string) : '00' for even or '01' for odd CW.
#key (7 bytes) : ECM key.
#
#Example:
#groupid : 1
#sid : 25CA
#key number : 00 and 01
#key : 11223344556677 and 8899AABBCCDDEE
#P 0125CA 00 11223344556677
#P 000125CA 01 8899AABBCCDDEE
#Syntax for EMM keys in SoftCam.Key
#P <groupid> <UA> <key>
#groupid (2 bytes) : Any 4 hex digits of your choice. Groups must be unique. Leading zeros are optional.
#UA (4 bytes) : The Unique Address of the EMM key.
#key (7 bytes) : The EMM key.
#Example:
#P 009E 11223344 11223344556677
#P 009E 44332211 22334455667788
#P 0004 22334455 33445566778899
#P 013E 00112233 00112233445566